Skip to content

classic-search-csharp - C# .net implementation of classic artificial intelligence search strategies

Notifications You must be signed in to change notification settings

mian-muhammad-mubasher/classic-search-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classic-search-csharp

This programs gives generic structure to implement DFS, BFS, UCS and A* for N puzzle problem in C# .net. To implement different search techniques little change in code are required for now as following.

  1. Pick suitable data structure in program.cs
  2. Change CompareTo function of Node class according to comments

Explainanation of this code is available on following link (in Urdu) https://vimeo.com/125591753

About

classic-search-csharp - C# .net implementation of classic artificial intelligence search strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages