Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 850 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 850 Bytes

Programming Challenges

Python and JavaScript practice challenges All created from scratch Some modified and adapted from scratch

Code Challenges Folder

Has all code challenges done from either Leetcode or HackerRank

Code Challenges / calcFactorial

A simple webpage that calculates factorial Using recursion in JavaScript

Codility Solutions Folder

Solutions to programming challenges completed on codility.com

Data Structures Folder

A list of data structures in Python and JavaScript Built from scratch with aid of various web articles and books

Games Folder

Games built from scratch using Python Some games use Tkinter GUI library

Games / Dice Roller

A simple webpage that simulates a dice roll The die can be any number of sides Can be navigated using keyboard

Project Euler Folder

Solutions to projecteuler.net