A set of real interview questions that can be used for clearing up fundamental concepts on Data Structures And Algorithms, which are primarily being asked by any of the companies during the interview process for Software Engineers.
Topics:
- Sorting
- Searching
- Graph Traversals
- LinkedLists
- Trees
- Recursion
Also, it contains Helper for some of the basic VersionControlSystem overview
This is an IntelliJ CommandLine Project. Ideal Steps to access the project:
- Download IntelliJ CommunityEdition if you already don't have. Link: https://www.jetbrains.com/idea/download/download-thanks.html?platform=mac&code=IIC
- Open the root Folder in IntelliJ i.e.
DSAlgo - And you could then see the folder structure.
- Since this is a command line project, you could find the
Main.javaand you could simply call a class from inside themain()method to execute it.
Happy Coding :)