Here you can find all my projects.These projects are academic projects that I've done throughout my under graduation at UCSC.
Most of them are pretty cool, projects and if you are interested in real C,C++ programming and theoretical aspects of computing and if you admire the science in computing you would like them. :D
here i have only added a few soon ill add others too.
Most of them are pretty cool, projects and if you are interested in real C,C++ programming and theoretical aspects of computing and if you admire the science in computing you would like them. :D
here i have only added a few soon ill add others too.
DFA/NFA String Matcher
A Tool to construct the transition graph of any finite automata (DFA/NFA) given its transition table, start state and final state. tool also provide a facility to check whether a string is accepted by the automata or not.
implementation of my own malloc routine
