gupta-ishita / Algorithms-and-Data-structures

Data structure and Algorithmic problems, Interview Preparation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data structures

Here are a few DSA programs implemented in Java. Codes include the classic problems as well as the interview based questions on the topic.

To run it on your system, run the following commands after downloading the .java file :

  1. javac filename.java ---> This command compiles the given source code and generates .class file
  2. java filename ---> This command runs the codes on command line

About

Data structure and Algorithmic problems, Interview Preparation


Languages

Language:Java 100.0%