Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.06 KB

Library Management System 📚

DSA-Assignment (CSF211) BITS Pilani Dubai Sem-II 2021-22

This is a simple GUI based Library Management program used to demonstrate some DSA features.

Concepts implemented :

  1. Insertion sort
  2. Merge sort
  3. Bucket sort
  4. Linear search
  5. Binary search
  6. Hashing
  7. Arrays
  8. ArrayLists
  9. Exception Handling
  10. File Handling

Demo

Insertion Sort

Image

Merge Sort

Image

Bucket Sort

Image

Linear and Binary Search

Image