ashiqqs / practice-ds-algo

Implementing Data Structure & Algorithm with C#. Inspired by Tamim Shahriar Subeen

Home Page:https://www.youtube.com/playlist?list=PLym69wpbTIIEOesltWGUsVnY9HDWbJit_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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