Python
Python copied to clipboard
All Algorithms implemented in Python
Hello, it's my very first time participating in Hacktoberfest. So, please tell me if I have done anything wrong. ### Describe your change: I have developed an an algorithm to...
### Describe your change: Implemented the DES encryption algorithm in ECB mode. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: Added Remove nth Node from the End problem solution in Linked List * [x] Add an algorithm? * [x] Documentation change? ### Checklist: * [x] I...
### Describe your change: Contributes to #9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...
Introduced a new .py file which generates 16 bit hamming codes from the given 11 bit input. Additional 5 bits are redundant, used to correct single bit errors within the...
### Describe your change: - Add test cases of the polynom_for_points one of the linear algebra algorithms and coverage increase by 5% * [ ] Add an algorithm? * [...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
Hello @TheAlgorithms, I have Added an algorithm - sort and search Thanks for accepting the PR, in advance.