Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
When a user click on file selection, check directory where selected file contains and try to find a .hash file with the same name (but .hash extension). If .hash file exists, read it and show hash value to user.
My solved DS & Algo problems on GeeksforGeeks. It covers almost every data structure and algorithm present that is must for practice to have a good hand on Competitive Programming.
A progressive web app to show direct & indirect buses / transport between two places / cities / stops .Show next schedule & travel duration. Algorithm to calculate indirect buses on basis of their schedule time. Voice search . Locate nearest city/stop by gps. Bus timetable.
When a user click on file selection, check directory where selected file contains and try to find a
.hash
file with the same name (but.hash
extension). If.hash
file exists, read it and show hash value to user.