Commit f16c5ef
Rename packages: arrays→array, strings→string, bit→bit_manipulation, backtrack→backtracking
Clearer names that follow Python naming conventions:
- arrays/ → array/ (singular, matches the data type)
- strings/ → string/ (singular)
- bit/ → bit_manipulation/ (descriptive of the technique)
- backtrack/ → backtracking/ (standard algorithmic term)
All __init__.py import paths and test imports updated accordingly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 432e5ba commit f16c5ef
104 files changed
Lines changed: 147 additions & 147 deletions
File tree
- algorithms
- array
- backtracking
- bit_manipulation
- strings
- string
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments