Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 488 Bytes

list of algorithms.md

File metadata and controls

17 lines (15 loc) · 488 Bytes

This list contains an examples of algorithms that you can contribute to this repository.

Arrays/Stacks/Queues/Trees/List-

      0.Tranversal
      1.Searching
      2.Sorting
      3.Insertion
      4.Deletion
      5.Queue/Dequeue
      7.Reversal

      8.Dijkstra algorithm
      9.Bellman ford algorithm

  10.Important data structures

Math/DP

  11.DP Algorithms
      12.Add any other type of algorithms you like to this list