Skip to content

Code samples for Big O notation, Data Structures and Algorithms that constitute the basics of understanding coding principles.

License

Notifications You must be signed in to change notification settings

faisalkhan91/Programming-Fundamentals

Repository files navigation

Programming-Fundamentals

Code samples for Big O notation, Data Structures, and Algorithms that constitute the basics of understanding the coding principles.

This is structured as below:

BigO Notation

Data Structure

Algorithm

Additional:

  • Kadanes Algorithm
  • Floyd's Algorithm

There are topics solved under LeetCode, they are as follows:

  • Dynamic Programming
  • Arrays
  • Trees
  • Traversal
  • Depth-First Search
  • Breadth-First Search
  • Graphs
  • Linked Lists
  • Stacks
  • Queues

This repository aims to contain all the common fundamentals of programming. This repository will be updated to reflect my progress.

Copyright © 2024.