Skip to content

ashiqqs/practice-ds-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

practice-ds-algo

Implementing Data Structure & Algorithm with C#

All class define a function named Execute() which are implemented from ITest interface. To test any topics, Create instance of specific class with the reference of ITest and run Execute() into main function of program.cs For customizing your testing, go to definition of Execute() and change as your need