Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 477 Bytes

Algorithm-and-data-structure

In this repository you will find codes developed in C programming language with a focus on the development of algorithms and data structures.

Content 📚

  1. Recursive algorithm
  2. Vector
  3. Lists
  4. Queues
  5. Stacks
  6. Binary search algorithm
  7. Sorting algorithm
  8. Enumeration algorithm
  9. Binary trees
  10. Search tree
  11. Programming techniques: Greedy algorithms, dynamic programming, brute force and linear programming