Competitive programming and DSA practice repository.
├── cp/ # Competitive programming solutions (Codeforces, etc.)
├── dsa/ # Data structures and algorithms
├── java/ # Java implementations
├── cpp/ # C++ implementations
├── py/ # Python implementations
├── Haskell/ # Haskell solutions
├── Rust/ # Rust implementations
└── Php/ # PHP solutions
lcfprogram.py- Generate LeetCode problem filenamesproblemNameFormat.py- Format problem names with DP approach suffixes
# Generate formatted filename for LeetCode problems
python lcfprogram.py
# Generate filename with DP approach variant
python problemNameFormat.pyC++ • Java • Python • Haskell • Rust • PHP