Skip to content

garimasingh128/CP-DSA-Cpp-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures and algorithms

Italian Trulli

All the basic and advanced data structures and algorithms implemented either in C or C++. This is the part of my data structures and analysis of algorithms laboratory work in which I wrote the following codes by myself. Any contributions and PRs' having some new algorithms and using some different data structures are most welcome to enhance the diversity of the current repository.

List of Algorithms in DSA

1)BullAndCowHackerrank.cpp
2)Dijkistra_Algorithm.kt
3)FLOW007.cpp
4)LAPIN.cpp
5)Pheonixanddistribution.cpp
6)anagram.cpp
7)antonandletters.cpp
8)arrayhackerrank.cpp
9)arrayrepresentationofqueue.cpp
10)arrayrepresentationofstacks.c
11)assignment_branchandbound.cpp
12)bellmanford.cpp
13)binaryhuffman.cpp
14)bustoudayland.cpp
15)choppingofdigits.c
16)closestpair.cpp
17)close-combat.cpp
18)codegladiors2020problem2.cpp
19)countdoen_kickstart.cpp
20)cpp_snippet.cpp
21)dare2compete.cpp
22)dijkistra.cpp
23)dijkistra2.cpp
24)divideandconquer.cpp
25)doublelinkedlistoperations.c
26)exppressionusingstack.c
27)exptree.c
28)huffmandecoding.cpp
29)infixtopostfixusingstacks.cpp
30)insertanddeleteatparticularpositions.c
31)isthisacakewalk.cpp
32)kk.cpp
33)knapsackgreedy.cpp
34)knapsackgreedy2.cpp
35)knightstourbacktracking.cpp
36)kruskal.cpp
37)kruskals.cpp
38)kruskalsmst.cpp
39)kruskalsunionfind.cpp
40)linearandbinarysearch.cpp
41)linkedlist.c
42)linkedlistrepofstacks.cpp
43)linkedlistrepresentationofqueue.cpp
44)matrixaddsubmultiply.c
45)maximumandminimum.c
46)minandmaxusingdandc.cpp
47)nearestXORPrime.c
48)nextlargerelement.cpp
49)operationsinlinkedlist.c
50)paintthepavementhackerearth.cpp
51)pass_crack.cpp
52)primsgreedy.cpp
53)quicksortandinsertionsort.cpp
54)shannon.cpp
55)shannonfano.cpp
56)singlell.cpp
57)slabcodechef.cpp
58)sparsemartixrepresentusingarray.cpp
59)stackusingarrays.c
60)stackusingll.c
61)strasssensmultiplication.cpp
62)subarray_kickstart.cpp
63)subarraysum.cpp
64)subsequence.cpp
65)sumofdiagonalsofmatrix.c
66)tcsmockvita1.cpp
67)thegridproblem.cpp
68)tictactoe.cpp
69)travelingsalesmandp.cpp
70)treetraversal.c
71)unimodalarray.cpp
72)valhallasiege.cpp
73)vasyanadsocks.cpp
74)xorcpp.cpp
75)Bubble_sort.cpp
76)Check leap year or not.cpp
77)Find frequency of elements in array.C