Skip to content

su-gu/Data-Structure-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-Implementation

In this repository, i've tried to implement some data structures

  • Implement an ArrayList/Vector using static arrays

    • It should support the following operations:
      • add
      • remove
      • contains
      • size
  • Implement a stack using a linked list

    • It should support the following operations:
      • push
      • pop
      • peek
      • isEmpty
  • Implement a HashMap using a static array. Assuming that this hashmap will never need to be resized/rehashed

    • It should support the following operations:
      • insert
      • delete
      • contains

About

In this repository, i've tried to implement some data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages