Skip to content

adhamalaa111/Data-Structure-App

 
 

Repository files navigation

Data-Structure-App

Data Structure Project in Android App


Screenshots


               


Model

  • Employee (empNumber, empName, empDept, empDob, empSalary)

Data Structure Implementation

Array Implementation

  • add Employee
  • get Employee by index
  • getSize
  • insert Employee with custom index
  • delete Employee by index
  • deleteAll Employees
  • shuffle list
  • linearSearch by Employee number
  • binarySearch by Employee number
  • insertionSort
  • bubbleSort
  • heapSort
  • getAllEmp

LinkedList Implementation

  • insert Employee
  • insertAtBeg
  • insertAtEnd
  • insertAfterPos
  • insertBeforePos
  • getEmployeeByIndex
  • shuffle list
  • linearSearch by Employee number
  • binarySearch by Employee number
  • insertionSort
  • heapSort
  • getAllEmployees
  • length
  • removeAt
  • displayList

Built With

  • Java
  • Room Database
  • Navigation Component
  • RxJava
  • Library (intuit & mk loader & recyclerview-animators & lottie)

Download App For Use In Mobile (APK)

About

Data Structure Project in Android App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%