Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 869 Bytes

J.P.Hewavitharana

1) Implementation of a Binary Search Tree

Basic Functionalities of a Binary Search Tree implemented using C programming language

	>>> Insertion
	
	>>> Deletion
	
	>>> Search
	
	>>> Traversal
	
		>> Breadth First Traversal
		
			> Level Order
			
		>> Depth First Traversal
		
			> Pre Order
			
			> In Order
			
			> Post Order

More info in the README file in the Tree Folder

2) Tic Tac Toe Game

Basic multiplayer tic-tac-toe game implemented using HTML5, CSS3 and Javascript

More info in the README file in the Tic Tac Toe Folder

Online demo link for the game => tic-tac-toe