My topicwise (Leetcode, Geeksforgeeks) solutions
NOTE: This repository contains my personal solutions to the original problems. The solutions provided are my own work. I only include links to the original problems and high-level descriptions of my approach. No proprietary content, such as original problem descriptions or examples, is reproduced here.
# deletes all the `.out` object files at once in linux
find /path/to/folder -type f -name "*.out" -delete