Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 584 Bytes

Data Structures Project(s)

This repo contains two projects, the first project is use of data structures in working of a calculator and the second project is visualizing sorting algorithms in C language

1.Calculator in JAVA

  • This includes a "Scientific" calculator featuring double precision answers

2.Visualizing 4 main Sorting algorithms in C language

  • Bubble sort
  • Insertion sort
  • Merge sort
  • Quick sort