Luke Else luke-else
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-13 20:10:13 +00:00
cb09f165f8 Removed whitespace
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-13 20:08:59 +00:00
3b39165316 Completed 'Find' function
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-12 15:03:12 +00:00
3f97e4b770 Fixed CS0019 Error - Cannot assume type T is a reference type but instead can infer that a default node can mean that the tree is empty
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-10 21:27:57 +00:00
702b251a8a Trying to Incorporate Find function but teek getting warnings that Type T cannot be comfirmed as a reference type. (Could be a struct) Need to find oput why it is affecting BST but not Linked List etc...
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-08 21:35:57 +00:00
735bf68e0d Incomplete - Tested 'Find' function; Doesn't always return on the given item but instead will continue past it if it has any children
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-05 21:35:35 +00:00
e9df1cab67 Created 'Add' function for Binary Search Tree
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-04 20:36:07 +00:00
e1a85f7b53 Created Tree + Tree Node
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-04 20:16:07 +00:00
27c51969f8 Updated Generic Nodes to be Uninstantiable
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-02 20:22:23 +00:00
78df73e66d Separeted Generic Nodes (Directed and Undirected)
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-04-01 21:02:45 +00:00
e5fa390608 Updated Repo Layout
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 21:13:16 +00:00
88d84ab448 Ran Code Cleanup
luke-else closed issue luke-else/DataStructuresCSharp#4 2022-03-31 21:07:28 +00:00
Queue
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 21:06:29 +00:00
fc832edb9d Added + Completed Queue Datastructure
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 21:05:17 +00:00
703826c8a6 Simplified Push Method
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 20:55:20 +00:00
c54401fdbb Fixed Push and Pop methods on Stack
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 20:36:47 +00:00
1738ef0e5a Created QueueNode
luke-else closed issue luke-else/DataStructuresCSharp#3 2022-03-31 20:33:35 +00:00
Stack
luke-else closed issue luke-else/DataStructuresCSharp#13 2022-03-31 20:33:35 +00:00
Generic Node Creation
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 20:32:46 +00:00
bff4abff01 Stack Completed
luke-else pushed to development at luke-else/DataStructuresCSharp 2022-03-31 20:29:16 +00:00
40f73375b9 Added comments to StackNode
4fb6d4e15a Updated StackNode to use new Node Type
c69c6ee0d3 Updated DoublyLinkedListNode to use new Node Type
3d5f1cfbc1 Updated LinkedListNode to use new Node Type
Compare 4 commits »