AhmedUKamel / CS211-Data-Structures-and-Algorithms

Implementation for linear data structures taken in Data Structures and Algorithms course in Beni Suef University

Repository from Github https://github.comAhmedUKamel/CS211-Data-Structures-and-AlgorithmsRepository from Github https://github.comAhmedUKamel/CS211-Data-Structures-and-Algorithms


Data structures


Using Java


  1. Stack using:
    1. Array
    2. Linked List
  2. Queue using:
    1. Array:
      1. Linear queue
      2. Circular queue
    2. Linked list
      1. Linked queue

About

Implementation for linear data structures taken in Data Structures and Algorithms course in Beni Suef University


Languages

Language:Java 100.0%