An open API service indexing awesome lists of open source software.

https://github.com/ambrose821/circularlinkedlist

Circular Linked List Called BookList. Project Manually Implements a circular linked list and all nessecary methods to use said list. The program will read a text file containing a series of books. It will filter out books with an invalid Year, place them into an array list, and create a BookList(Our Circular Linked list) that can edited by a user.
https://github.com/ambrose821/circularlinkedlist

arraylist exception-handling fileio java linked-list

Last synced: 13 days ago
JSON representation

Circular Linked List Called BookList. Project Manually Implements a circular linked list and all nessecary methods to use said list. The program will read a text file containing a series of books. It will filter out books with an invalid Year, place them into an array list, and create a BookList(Our Circular Linked list) that can edited by a user.

Awesome Lists containing this project