Oscar's repositories

gamewheel

A simple game wheel.

Language:C++Stargazers:0Issues:0Issues:0

frontline-weather

A demo weather app made to present for folks that are interested in learning to program.

Language:JavaScriptStargazers:1Issues:0Issues:0

packages.flutter

👨‍💻 Plugins and packages for Flutter framework

Language:DartLicense:MITStargazers:0Issues:0Issues:0

tweemoji

Emoji twitter. Testing T3 stack.

Language:TypeScriptStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

algo-data-struct-js

Algorithms and Data Structures in JavaScript

Language:JavaScriptStargazers:0Issues:0Issues:0

hedbladucf

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

supabase

The open source Firebase alternative. Follow to stay updated about our public Beta.

License:Apache-2.0Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

plugins

Plugins for Flutter maintained by the Flutter team

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

Codecademy-Exercise-Answers

:mortar_board: Codecademy.com exercise answers

Language:CSSLicense:MITStargazers:0Issues:0Issues:0

Sierpinski

Sierpinski triangle in Java. Not sure if it was ever finished...

Language:JavaStargazers:0Issues:0Issues:0

Treaps

An implementation of a treap - a binary tree combined with a heap that works with probabilistic data structure and implements tree rotations. This program will calculate the size and height, as well as keeping track of the various traversals of a treap with respect to its data and priority.

Language:JavaStargazers:0Issues:0Issues:0

TopoSort

Program that reads in file(s) and determines whether an arbitrary directed graph has a valid topological sort in which some vertex, in this case, X, comes before another vertex, Y.

Language:JavaStargazers:0Issues:0Issues:0

TopoPath

Program that reads in file(s) and determines if a topological path exists. It orders the graph's vertices in a way such that it simultaneously correspond to a valid path in the graph and a valid topological sort. The solution to this problem is executed in O(n*n) time.

Language:JavaStargazers:0Issues:0Issues:0

SystemSoftware

A quite challenging program completed in the class System Software. Its combining a Tokenizer, Scanner, Parser, and Virtual Machine.

Language:CStargazers:0Issues:0Issues:0

MazeSolver

Program in Java that finds the way through a given Maze.

Language:JavaStargazers:0Issues:0Issues:0

Maze

Program that takes in the parameters "width" and "height" and randomly generates a maze. This program is built with several methods which allows the maze to be generated with the wanted dimensions.

Language:JavaStargazers:0Issues:0Issues:0

KthElement

Prints every Kth element from an array. The code takes input from the user, first the length of the array, then the actual values to be stored in the array, and lastly the value for k.

Language:JavaStargazers:0Issues:0Issues:0

HillCipher

Hill Cipher program in Java. A more advanced cipher.

Language:JavaStargazers:0Issues:0Issues:0

GenericBST

Generic Binary Search Tree in Java.

Language:JavaStargazers:0Issues:0Issues:0

FizzBuzz

Classic FizzBuzz program in Java, with two solutions.

Language:JavaStargazers:0Issues:0Issues:0

CantHasSum

An O(n) algorithm that will take in an array and calculate the lowest possible result that any subset of the array CANNOT sum to.

Language:JavaStargazers:0Issues:0Issues:0

CaesarCipher

Caesar cipher program created in Java.

Language:JavaStargazers:0Issues:0Issues:0

AdventureGame

Adventure game created in Java.

Language:JavaStargazers:0Issues:0Issues:0

MatchMaking

Program in C that permutes people and matches them together, a small version of a "dating-app".

Language:CStargazers:0Issues:0Issues:0

BirthdaySort

Searching and sorting based on birthdates in C.

Language:CStargazers:0Issues:0Issues:0

Binary-Tree-C

Binary Tree in C

Language:CStargazers:0Issues:0Issues:0

BigIntMult

Big Integer Multiplication in C.

Language:CStargazers:0Issues:0Issues:0

BigIntMult---LinkedList

Big Integer Multiplication using Linked Lists, written in C.

Language:CStargazers:0Issues:0Issues:0