projects
computer science
Below are a few projects relating to my course work or just plain cool CS concepts.
generating great circle graphs
C++ and JavaScript code that generates great circle graphs. The post also briefly explains what are great circle graphs and why I care.
- Applied Calc 3, yay!
- Detailed code explanation
kobon triangles in javascript
JavaScript code that generates unique Kobon triange patterns and displays them in SVG.
- Fun mathy diagrams
- Detailed code explanation
levenshtein distance with dynamic programming
A detailed write-up explaining Levenshtein distance calculation with a commonly used dynamic programming algorithm.
- JavaScript animations
- Working calculator with animation
- In-depth explanation of the problem