Complete-Preparation

🎉 One-stop destination for all your technical interview Preparation 🎉

View the Project on GitHub

Leetcode Problem 1000-1099

1010. Pairs of Songs With Total Durations Divisible by 60 🌟🌟

Brute force (TLE)

Hashing Solution


1029. Two City Scheduling 🌟🌟

sorting + greedy solution


1041. Robot Bounded In Circle 🌟🌟

Simulation


1081. Smallest Subsequence of Distinct Characters 🌟🌟


1094. Car Pooling 🌟🌟

Approach