jinnies47's Stars
riti2409/Resources-for-preparation-Of-Placements
Lecture video links for preparation of Placements
realabbas/big-companies-interview-questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
mrpkdeveloper/450-DSA-Questions
450- DSA Questions 🔥🔥
noc21-cs99/lectures
Code shown in the lectures
nikopetr/8-puzzle-solver
Solver for the 8-puzzle problem using the following algorithms: BestFS (using Manhattan's distance as a heuristic function) , DFS and BFS.