String Searching
Continuing with my adding of content to my website, I added my undergraduate dissertation project earlier today. My project, titled “Animating String Searching Algorithms”, looked at building a teaching tool for string searching algorithms. The development of the tool was done in Java and as a couple of years have now passed since I created the tool, and I can see a number of enhancements I would like to make. A few of these were clear upon completion, however as my programming has improved I can see a number of ways to improve it “under the hood”. However, I’m still pretty happy with the tool and the research I did into it, and enjoyed the project as a whole .
I started demonstrating on CSC8002 today – Advanced Programming on the MSc Computing Science course – which will cover event driven programming, so will be good to brush up on my GUI skills.
Comments
Comment from mj_bell
Time April 17, 2011 at 11:35 pm
You can run the JAR-packaged applications with the Java interpreter. The basic command is:
java -jar string_searching_3.0.jar
For more info see:
http://download.oracle.com/javase/tutorial/deployment/jar/run.html
Comment from Diann Lobner
Time December 3, 2011 at 11:00 pm
If everyone was like you the world could be a much far better place to reside in. Good insight, keep up the great get the job done.
Comment from Amit Varshney
Time April 15, 2011 at 6:33 pm
Where is the main class for the string searching algorithm program and i need of that class through which i can complete my project work. thanks for the source code of the string searching pattern.