-
mathislife.github.io Public
Forked from pages-themes/minimalYo!
-
vjudge-rank-parser Public
A parser that extracts standings data from a Virtual Judge contest page HTML code.
C++ UpdatedAug 20, 2022 -
FastApriori Public
Implementation of Apriori algorithm for mining frequent item sets, optimized with prefix trees.
C++ UpdatedAug 10, 2022 -
-
TSP-HAC Public
Forked from wondergo2017/TSP-HACCodes for AAAI22 paper "Learning to Solve Travelling Salesman Problem with Hardness-Adaptive Curriculum"
Python UpdatedMar 3, 2022 -
-
-
CoolestCodeLibrary Public
Solutions to some of the programming problems I've solved.
-
digit-classifier Public
A feedforward neural network with multilayer perceptrons implemented from scratch. The model is trained on the MNIST database via stochastic gradient descent.
Python UpdatedAug 19, 2020 -
-
jRemotePC Public
A screen sharing application built using Java libraries.
Java MIT License UpdatedMay 5, 2019 -
GuardiansOfTheTunnels Public
This is a puzzle game where the users will be basically solving the minimum vertex cover problem. Users will be given a graph: a set of watch posts (vertices) and some tunnels (edges) connecting th…