/DS_search

Primary LanguageJavaMIT LicenseMIT

This is Data Structure Practice repo.

To run java file

Step 1 - Compile the code using command : javac Filename.java

Step 2 - Run the code using the command : java Filename


To run javascript file (NodeJS file)

Step 1 - Run the code using command : node Filename.js


Topics Includes :

  • Binary Search
  • Depth First Search
  • Interpolation Search
  • Linear Search
  • Ternary Search