easyPythonpi
easyPythonpi copied to clipboard
A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays. Open for hacktoberfest PRs.
Hi! I wanted to add some more functionality to the linked list class. I added functionality to find the length of a given linked list and I added functionality to...
The Development Status would be a classifier that indicates the current development status of your project. Since you have it set to 1 - Planning, it suggests that your project...
Create a file that stores all geometry formulas calculating the perimeter, area, and volume of various shapes. @extinctsion feel free to share your thoughts on this.
is_palindrome() fails test cases where the string is a sentence with the same characters. remove_punctuation() fails on unicode punctuations like © and ™. We may need to include unicode characters...
Adding Black and Isort to maintain the repository by following python conventions
please make sure to follow the standard naming conventions and process. If facing any issue, you can comment and ask/tell. Thank you
You can take draw the diagram on https://app.diagrams.net/ and replace the current diagram with the new class diagram.
Implement graph search using different algorithms.
add new methods for tree traversal and CRUD operations. C- Create new nodes at tree R- Read data at particular node U- Update data at particular given node D- Delete...