Skip to content
#

makemytrip

Here are 14 public repositories matching this topic...

Given a set of N nuts of different sizes and N bolts of different sizes. There is a one-one mapping between nuts and bolts. Match nuts and bolts efficiently. Comparison of a nut to another nut or a bolt to another bolt is not allowed. It means nut can only be compared with bolt and bolt can only be compared with a nut to see which one is bigger/…

  • Updated May 28, 2021
  • C++

Before diving into DSA with Java, you should be familiar with basic Java concepts. The following fundamental topics are prerequisites for learning DSA in Java: Operators, Functions, Object-Oriented Concepts, Collections Framework. Mastering DSA in Java will enhance your problem-solving skills, making you well-prepared for coding interviews.

  • Updated Sep 30, 2025
  • Java

Add this topic to your repo

To associate your repository with the makemytrip topic, visit your repo's landing page and select "manage topics."

Learn more