Hacktoberfest-2021-Data-Structures-and-Algorithms
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Co...
Added Python solution for Leetcode problem #38.
Implementation of Huffman tree with encoding and decoding operations Build huffman tree from input string, encode it and then decode the encoded string
Solved: https://leetcode.com/problems/edit-distance/
Hi, I want to add custom issues and PR templates to this repo. so, please tell me that which type of issue template(Linke NewProblem, Bug, etc). Waiting for your reply.
Basic string hashing
Hi I have added this file. Kindly merge it. Thanks
Added **Linked List implementation of Queue in Python**. There were only _Array implementation_ of Queue, thus added effective Python code with _comments_ as well.