This was written in the course Algorithms and Softwaredesign. The task was to make a script that could perform binary search and/or linear search.
I must warn that this script is not the best example of following standard naming conventions but I will blame it on being a student and not knowing better :-)
This script is interactive and will ask questions upon running it.
$ python search.py
- This was a school assignment during my time studying IT-Security and Software testing - this is not guaranteed to work 100%.
- Do not copy and use this in your school assignments, instead learn from it and improve it.
- This will not be maintained by me, this is uploaded for safekeeping online.
MIT
Free Software, Hell Yeah!