docs(readme): Update main README.md and Python README.md with updated structures #25
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
README.mdfiles to improve organization and clarity, as well as updates to the project structure and algorithm documentation. The most important changes include updating the table of contents, reorganizing the directory structure, and updating the complexity tables for algorithms.Improvements to documentation:
README.md: Updated the table of contents with new icons and section names to improve readability.python/README.md: Updated the table of contents with new icons and section names to improve readability.Reorganization of directory structure:
README.md: Reorganized the directory structure for sorting and searching algorithms into separate subdirectories to improve clarity.python/README.md: Reorganized the directory structure for sorting and searching algorithms into separate subdirectories to improve clarity.Updates to algorithm documentation:
README.md: Updated the complexity tables for data structures and algorithms to reflect the current implementation and added new algorithms. [1] [2]python/README.md: Removed redundant sections and updated the complexity tables for searching and sorting algorithms.