Dev Kapupara's repositories
Numerical-Analysis
A collection of Python programs that helps in Numerical Analysis.
ODE-Methods
A collection of various methods to find solution to Ordinary Differential Equations.
Runge-Kutta-4
RK-4 Approximation to a single and a System of ODE's when the initial conditions are provided.
js-algorithms
A collection of algorithms written in javascript
PeerConneX
CS 157A Project modelling the Peer Connection Tutoring Center.
Sierpinski-Traingle
Python Recursive program that draws a Sierpinski Triangle.
Sudoku-Solver
Java Code that finds solution to a Sudoku Puzzle
Grading-Script-CS46B
Grading Script that compiles and runs student submissions, uses the Grader Bot to get the scores, builds comments and uploads them back to the Canvas.
Sudoku-GUI
Sudoku Solver with GUI
BlackJack
BlackJack game in C
connect4
2 Player Connect 4 game made with basic JavaScript, HTML and CSS
Eulers-Approximation
Euler's Approximation to an ODE with initial conditions provided.
File-Search
Program that searches files based on specific criteria.
machine-learning
My work of lab assignments from Intro to Statistical Learning
mental-health-ai
A Mental Health chatbot for a project sponsored by Dandelion Fly NGO
MergeSort
Merge Sort vs Bubble Sort in Java