LeetCode/GeeksforGeeks practice solutions, a PyTorch basics walkthrough
(1_Introduction.ipynb, pytorch_0{1,2,3}_*.py), and general DSA reference scripts
(recursion.py, search.py, sorting.py).
Written-up interview prep notes (topics, company-specific guides) live in
docs/Interview/ at the repo root, not here — this folder is code only.
conda env create -f environment.yml
conda activate interview