Skip to content

atharvnuthi/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in C

LANGUAGE, CONSISTENCY in PRACTICE & COMPETITION

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

Algorithms

  • Pointers
  • Sorting & its varieties to improve efficiency
    • Basics: Insertion, Bubble, Selection
  • Searching
  • Recursion & Backtracking
  • Brute Force
  • Divide & Conquer
  • Hashing
  • String Algorithms
  • Randomized
  • Greedy
  • Dynamic

Real-Life Applications & Examples

About

Data Structures & Algorithms in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages