Commit Graph

20 Commits

Author SHA1 Message Date
7ced980a90 Updated Doubly linked list to allow for the combining of 2 lists 2022-03-15 21:37:24 +00:00
5c91fce224 Updated reduced create method when 2 lists are present 2022-03-15 21:36:57 +00:00
c853d5250c Removed Whitespace 2022-03-10 21:27:38 +00:00
79debf3d62 Updated bounds search on Doubly Linked List and completed traverse method 2022-03-10 21:26:16 +00:00
bd5c546794 Added bounds search on Linked List 2022-03-10 21:25:41 +00:00
9c1a5738ca Added new functions to DoublyLinkedList - Traverse still incomplete 2022-03-08 21:34:37 +00:00
80bb1cc492 Added Doubly Linked List Node 2022-03-06 09:10:17 +00:00
fffce6c6bb Updated Linked List Node Interface 2022-03-05 19:16:25 +00:00
00f52ee5c7 Updated Linked List and updated 2022-03-04 16:58:31 +00:00
8165bb849b Added Delete Method and updated Indexing Methods 2022-03-04 10:49:08 +00:00
02f49782ee Updated Index checking bound on Linked List 2022-03-04 10:17:51 +00:00
dc2768f1ac Added indexing methods to linked list 2022-03-04 10:10:55 +00:00
2382011f26 Updated Linked List (incomplete) 2022-03-04 08:45:53 +00:00
3cc5502db4 Updated GitIgnores 2022-03-04 08:45:27 +00:00
8945da2569 Created Linked List (incomplete) 2022-03-03 10:12:42 +00:00
bad7445c9b Updated C# gitignore 2022-03-03 10:11:46 +00:00
2f768ab237 Added C# Base 2022-03-03 08:05:41 +00:00
209d803d94 Update 'README.md' 2022-03-03 07:53:35 +00:00
e7701761c8 Update Readme.md 2022-03-02 22:30:17 +00:00
6c3aba6dd9 Initial commit 2022-03-02 20:46:04 +00:00