Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 458 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 458 Bytes

HobbyCodes

This repo contains :

C implementation of the following Algorithms:

1)SelectionSort

2)BubbleSort

3)InsertionSort

4)MergeSort

5)RussianPeasant

6)BFS

7)DFS

8)ComparisionCounting

9)DistributiveCounting

10)EuclidsLCM/HCF

11)SequentialSearch

12)SieveOfEranthoses

13)StringMatching-BruteFore

14)GenerationOfPalindradromes (n>10^10)

C++ implementation of the following Data Structure:

1)Stacks using arrays

2)Stacks using linkedlist