Anton's repositories
Calculator
IOS Calculator Application. Done as a part of the Stanford open course program. Course: Developing iOS 11 Apps (Instructor: Paul Hegarty)
DecisonClassificationTree
Custom Java Implementation of ID3 data mining algorithm - Decision Classification Tree
awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
b_ls
ls shell command -> probably one of the most used commands out there.
DijkstrasAlgorithm
Dijkstra's algorithm on a graph structure via adjacency list
DoubleEndedQueue
Double Ended Queue implemented in Java using array data structure
get_next_line
A function to read the next line of a file descriptor, supports up to 244 concurrent files.
gifiti
Commit History Decorator
gifitiTest
Throw away test repo to slightly abuse git commit history
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
javascript-algorithms
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
lczero
A chess adaption of GCP's Leela Zero
Learn_Computer_Science_in_5_Months
This is the Curriculum for "Learn Computer Science in 5 Months" By Siraj Raval on Youtube
Libft
The aim of this project is to code a C library regrouping usual functions
LinkedListvsArrayListPerformance
Performance testing of Linked List vs Array List using Selection Sort in Java
LSDradixSort
Least significant digit radix sort that can be used to sort keys in integer representation order. Keys may be a string of characters, or numerical digits in a given 'radix'.
MonteCarloSimulation
Monte Carlo Simulation and some random problems for Probability and Statistics class at Florida Institute of Technology.
MozartWaltz
Randomized Symphony
openzeppelin-solidity
OpenZeppelin is a library for secure smart contract development
PathPlanning
Path planning algorithm for done as a part of CSE 5280 at Florida Institute of Technology.
Python-programming-exercises
100+ Python challenging programming exercises
rayTracer
Done as a part of CSE 5280 at Florida Institute of Technology
SelectionSortArrayList
Selection Sort on an Array List in implemented in Java
SimpleShell
Simple shell interface program
SimpleStack
Stack Implementation in Java
tendermint
⟁ Tendermint Core (BFT Consensus) in Go
TextureMapping
Texture maping the teapot using spherical mapping.
ThreadSerialization
Thread Serialization Semaphore Class