DS_Algo icon indicating copy to clipboard operation
DS_Algo copied to clipboard

A repository to maintain various data structures and algorithms

Results 76 DS_Algo issues
Sort by recently updated
recently updated
newest added

Hey there I have added the optimized recursive program of QuickSort and Queue DataStructure Kindly have a look at it. Thank you 😄

-Added DFS traversal for all disconnected forests -Total number of forests as well

Added C++ solution to the problem LCS of 3 Strings.

Moore Moote voting algorithm to find the majority element in an array

Hello, I have added the BucketSort algorithm in C++ in a file named BucketSort.cpp in the Sorting Folder Please check it out