Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 963 Bytes

File metadata and controls

20 lines (18 loc) · 963 Bytes

Data Structure Codes

This Repo has Linear and Non-Linear Data Structure code implementation in Java.

How to run this code in IntelliJ

  1. Copy the clone link of this repository.
  2. In IntelliJ Idea, Select VCS Menu on the menubar and choose Get from VCS.
  3. Paste the copied link in the URL Field.
  4. Click Clone.

Output

1. Dynamic Array

DA

2. Linked List

LL

3. Stack

Stack

4. Queue

Queue

5. Hash Map

HM