We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452877e commit ad1af3eCopy full SHA for ad1af3e
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License
2
3
-Copyright (c) 2014, University of California, Berkeley
+Copyright (c) 2014, Aleks Kamko
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -1,13 +1,5 @@
-abTreePractice
+abTreePractice ([demo](alphabeta.alekskamko.com))
==============
-Alpha-Beta Pruning Practice App
-
-Possible Future Work:
7
-=======
8
-- Variable branching factor per depth
9
-- Expectimax
10
-- General minimax
11
12
-change 1
13
-change 2
+D3.js web app for visualizing and understanding the Alpha-Beta Pruning
+algorithm. Developed for UC Berkeley's CS61B.
0 commit comments