Data-Structures-and-algorithms
Data-Structures-and-algorithms copied to clipboard
This repository would be a documentation of my journey towards learning Data structures and algorithms. Please :star: this repo if you liked the effort :smile:
## Thanks for contributing :rocket: Please fill the below information * Name of the algorithm: * Data structures used (if implementation is also included): @Harshita-Kanal In this PR I have...
Hey @Harshita-Kanal yesterday, you have merged code on Moore Moote voting algo #35 . could you please label my pull request to hacktoberfest accepted label? Any help would be appreciated.Thank...
This is an implementation of the Huffman Encoding algorithm that encodes text-based and decodes it based on the path of tree traversal to nodes.
Added Lee's algorithm
Added Kadane's algorithm to solve the maximum sum subarray problem.
#hacktoberfest May you please comment back and let me know if you merged and accepted my pull request? Thank you very much!
Added the Haversine Distance formula in Python, it will return distance based on two lat/long coordinates, in miles or kilometers.
Sieve of Eratosthenes