No description
Find a file
2025-03-04 20:23:58 -05:00
array task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
bfs task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
dfs task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
hash_table task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
matrix task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
problems task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
sliding_window task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
stack task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
string task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
two_pointers task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
union_find task: renamed questions directory to problems 2025-03-04 20:21:42 -05:00
.gitignore execution setup and problem 200 solution 2024-02-18 14:06:52 -05:00
README.md task: updated README.md 2025-03-04 20:23:58 -05:00
symlink.sh task: reorganization, task: created symlink.sh script to facilitate quicker symlinking 2025-03-04 19:21:21 -05:00

Organization

Python Leetcode solutions are kept in problems/. Solutions are symlinked to their topic folders accordingly using the symlink.sh script

Usage

./symlink.sh FILE_PATH TOPIC_DIRECTORY...

Examples

./symlink.sh questions/1768_merge_strings_alternately.py string/ two_pointers/

or

./symlink.sh questions/1768_merge_strings_alternately.py string two_pointers