Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

tretiak-alex/proj1a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deque

My attempt at Project 1A from CS61B Spring 2017 (Prior to officially taking the class). The project involved implementing two separate, but identical, deques by using a circular doubly linked list data structure and a circular array list data structure.

The definition of deque for this project:

  • data can be added only at the front or at the end.
  • data can be removed only from the front or the end.
  • data can be examined at any arbitrary position.

About

My attempt at Project 1A from CS61B Spring 2017.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%