Skip to content

Latest commit

 

History

History
77 lines (68 loc) · 5.99 KB

README.md

File metadata and controls

77 lines (68 loc) · 5.99 KB

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.