Pinned Repositories
ProjectShowcase
This is a bare-bones project showcase that I made in a few minutes to show off my projects. I will expand this to a more exciting project at a later date.
WalkingApp
AOC2021
AOC2022
Boid_in_java
canvasProjects
Repository for potentially multiple canvas programs for learning how to implement the canvas in javascript
CS235_2023_GamesWebApp_Assignment1_CodeSkeleton
my_copy_of_game_app
CS331-Notes
cv
DiceGameSim
We consider a game where 2 players oppose. Each player rolls 2 dice, and if the winner of a round is the player who rolls a higher sum. As a player, you see exactly one of your dice and then bet on who wins. In this repo, we investigate this game and create a simulation to test our results.
jeffcct's Repositories
jeffcct/LearningOcaml
This is a repo of me learning how to use Ocaml
jeffcct/SortingPrinceton
Repo of projects around first week of sorting at princeton with coursera
jeffcct/QueueStackImplementations
more classes from princeton course on coursera. This does Deque, RandomizedQueue, queue, stack, bags in generic and string forms. Some using linkedlist implementations and others using array implementations.
jeffcct/UnionFindAndProblems
Doing a course which covers union find and I thought I'd implement a few of the interesting problems.
jeffcct/DiceGameSim
We consider a game where 2 players oppose. Each player rolls 2 dice, and if the winner of a round is the player who rolls a higher sum. As a player, you see exactly one of your dice and then bet on who wins. In this repo, we investigate this game and create a simulation to test our results.
jeffcct/WalkingApp
jeffcct/canvasProjects
Repository for potentially multiple canvas programs for learning how to implement the canvas in javascript
jeffcct/different_page_action
jeffcct/Portfolio
My portfolio website with access to most of my coolest projects and story to development.
jeffcct/Rust_shell
This is a rust shell I built based on the code crafters shell program.
jeffcct/Tutorial-5
jeffcct/fsm
Finite State Machine Designer
jeffcct/CS331-Notes
jeffcct/cv
jeffcct/GamesWebApp-w-vlex-and-Kuvi
jeffcct/Shopping-Tool
jeffcct/ProjectShowcase
This is a bare-bones project showcase that I made in a few minutes to show off my projects. I will expand this to a more exciting project at a later date.
jeffcct/AOC2022
jeffcct/AOC2021
jeffcct/small_projects_to_update
jeffcct/Boid_in_java
jeffcct/maze_program
jeffcct/skills-introduction-to-github
My clone repository
jeffcct/GroupMembersCS235
Repository for the group project in CS235
jeffcct/CS235_2023_GamesWebApp_Assignment1_CodeSkeleton
my_copy_of_game_app
jeffcct/jeffcct.github.io
jeffcct/Stats220