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...
This commit is contained in:
		@@ -1,4 +1,6 @@
 | 
			
		||||
namespace C_.Datastructures.Generic
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
 | 
			
		||||
namespace C_.Datastructures.Generic
 | 
			
		||||
{
 | 
			
		||||
    abstract internal class UndirectedNode<T, NodeType>
 | 
			
		||||
    {//Generic Node type that every other type inherits from
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user