| File type | APK |
|---|---|
| Version | 1.0 |
| Publisher | Chris Brossard |
| Release date | Oct 10, 2018 |
| Date added | Oct 10, 2018 |
| Os requirements | Android |
| Requirements | None |
| Total downloads | 3 |
| Price | Free |
Description
This application demonstrates various search algorithms as described in the book "Algorithms" by Robert Sedgewick and Kevin Wayne. Algorithms include:
- Sequential search symbol table
- Binary search symbol table
- Binary search tree symbol table
- Red black binary search tree symbol table
- Separate chaining hash symbol table
- Linear probing hash symbol table.