aimacode / aima-csharp

C# implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
171 stars 82 forks source link

Still accepting contributions? Lots of missing algorithms #13

Open ilceltico opened 3 years ago

ilceltico commented 3 years ago

I'd like to have my students use the minimax algorithm in C# but it is not implemented yet, I'd like to contribute by implementing it