@@ -73,82 +73,6 @@ Algorithms are not limited to computers. They are like a set of step-by-step ins
7373
7474Check [ Contribution] ( /CONTRIBUTING.md )  Guide Before Contribution.
7575
76- ## Project Progress  
77- 78- <summary ><h3 >Data Structures</h3 ></summary >
79- <details >
80- 81- <!--  Restrctions:maintainers only access --> 
82- 83- 84- |  Data Structure |  C++ |  Python |  Status/Remarks | 
85- |  -------------- |  -------------- |  :-------------: |  ------------------ | 
86- |  Linked List |  Yes |  Yes |  Being improved #23   | 
87- |  Sets |  Yes |  Yes |  Implemented | 
88- |  Stack |  Yes |  In progress #13   |  | 
89- |  Queue |  In progress #7   |  In progress #12   |  | 
90- 91- </details >
92- 93- <summary ><h3 >Algorithms</h3 ></summary >
94- <details >
95- 96- |  Algorithm |  C++ |  Python |  Remarks | 
97- |  ------------------------------ |  --------------- |  :-------------: |  --------- | 
98- |  ** Searching**  |  |  |  | 
99- |  Binary Search |  No |  In progress #9   |  | 
100- |  Jump Search |  In progress #39   |  In progress #10   |  | 
101- |  Fibonacci Search |  No |  In progress #11   |  | 
102- |  |  |  |  | 
103- |  ** Sorting**  |  |  |  | 
104- |  Selection Sort |  In progress #29   |  In progress #30   |  | 
105- |  Bubble Sort |  Yes |  Yes |  | 
106- |  Insertion Sort |  In progress #2   |  Yes |  | 
107- |  Merge Sort |  In progress #3   |  Yes |  | 
108- |  Quick Sort |  In progress #4   |  Yes |  | 
109- |  Heap Sort |  In progress #5   |  In progress #6   |  | 
110- |  Radix Sort |  In progress #63   |  Yes |  | 
111- |  |  |  |  | 
112- |  ** Recursion**  |  |  |  | 
113- |  Fibonacci Numbers |  No |  Yes |  | 
114- |  Fibonacci List |  No |  Yes |  | 
115- |  Factors |  No |  Yes |  | 
116- |  Recursion |  No |  Yes |  | 
117- |  Recursive Sum |  No |  Yes |  | 
118- |  |  |  |  | 
119- |  ** Sieve**  |  |  |  | 
120- |  Sieve of Erosothenes |  No |  Yes |  | 
121- |  |  |  |  | 
122- |  ** Dynamic Programming**  |  |  |  | 
123- |  Knapsack Problem |  No |  Yes |  | 
124- |  Longest Common Subsequence |  No |  Yes |  | 
125- |  Longest Increasing Subsequence |  No |  Yes |  | 
126- |  Merge Sort |  No |  Yes |  Duplicate | 
127- |  Fibonacci Number |  No |  Yes |  Duplicate | 
128- |  Naive Pattern Search |  In progress #18   |  In progress #17   |  | 
129- |  Rabin-Karp Algorithm |  No |  |  | 
130- |  |  |  |  | 
131- |  ** Backtracking**  |  |  |  | 
132- |  Suduko Solver |  In progress #21   |  No |  | 
133- |  The Knight's Tour |  In progress #33   |  In progress #32   |  | 
134- |  Subset Sum |  In progress #36   |  In progress #35   |  | 
135- |  |  |  |  | 
136- |  ** Deep Learning**  |  |  |  | 
137- |  Activation Function |  No |  Yes |  | 
138- |  Feed Forward Normal Function |  No |  Yes |  | 
139- |  Layers |  No |  Yes |  | 
140- |  Loss Function |  No |  Yes |  | 
141- |  Optimizers |  No |  Yes |  | 
142- |  |  |  |  | 
143- |  ** Machine Learning**  |  |  |  | 
144- |  Gradient Descent |  No |  Yes |  | 
145- |  Linear Regression |  No |  Yes |  | 
146- |  Logistic Regression |  No |  Yes |  | 
147- |  Decision Tree |  No |  In progress #37   |  | 
148- |  K-Nearest Neighbours |  No |  In progress #38   |  | 
149- 150- </details >
151- 15276## Contributing  
15377
15478Before submitting a bug, please do the following:
@@ -176,7 +100,11 @@ For open-source projects, Under [MIT License](/LICENSE).
176100-  [ Shubham Pawar] ( https://github.com/shubham5351 ) 
177101-  [ Shantanu Kale] ( https://github.com/SSKale1 ) 
178102
103+ ## Contributors  
179104
105+ <a  href =" https://github.com/codePerfectPlus/AlgorithmsAndDataStructure/graphs/contributors " >
106+  <img  src =" https://contrib.rocks/image?repo=codePerfectPlus/AlgorithmsAndDataStructure "  />
107+ </a >
180108
181109## Stargazers over time  
182110
0 commit comments