Skip to content

atharvnuthi/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

Structures

  • ASL - Arrays, Strings, Lists
  • LQS - Linked Lists, Queues, Stacks
  • TBG - Trees, B-Trees, Graphs
  • HH - Hash, Heaps
Initialization / Creation
Insertion / Deletion
Clear (free)
Traversal (Search, Print, Sort)

Time & Space Complexity, Big O

  • Complexity
  • Big O Notation
  • Optimal Algorithms

Algorithms

  • Pointers
  • Sorting
  • Searching
  • Recursion & Backtracking
  • Brute Force
  • Divide & Conquer
  • Dynamic Programming
  • Greedy Algorithms
  • String Algorithms
  • Hashing
  • Randomized

About

Data Structures & Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published