• Stars
    star
    5
  • Rank 2,860,541 (Top 57 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some of my solutions to online judges problems. e.g. CodeForces, UVa, URI and others.

More Repositories

1

Maze-Runner

A game close to bomberman, but aim to escaping a maze. Game included random maze generation, nice gui and animation along with a lot other features moreover implemented bunch of Design patterns such as Singleton, Flyweight, Factory, Command and much more.
Java
8
star
2

10-Days-of-Javascript

My Code Solutions to HackerRank 10 Days of Javascript Track Problems
JavaScript
5
star
3

Compiler-Generator

Built a compiler generator tool which can be supplied with lexical and grammar rules of any programming language and used to generate the lexical and syntax analyzer needed to generate intermediate code.
C++
4
star
4

Minesweeper-Project

A Minesweeper Game Console Based -- Used C Implemented Some Features . (Including Save/Load and Scoreboard )
C
3
star
5

Set-Operations-Simulator

A desktop application that simulates set operations: union, intersection, difference and complement with a nice GUI.
Java
3
star
6

Truth-Table-Generator

A desktop application that takes boolean expressions as input and generates their truth tables and does other related operations.
Java
3
star
7

JoeSON-Parser

A Simple JSON Parser in Java that parses Array List of Maps into JSON Format and Vice Versa.
Java
3
star
8

Arcade-Car-Game

An arcade game developed with JS using P5.js library, in this game you are driving a car in a road that has random positioned circles and rectangles on it, you have to get the circles and avoid the rectangles to get points, you lose if hit a rectangle.
JavaScript
3
star
9

Java-Mini-Projects

Java projects implemented during courses or just for practice.
Java
2
star
10

youssefAli11997.github.io

This is the source code of my portfolio. I used: ReactJS, PrismJS and Bootstrap
JavaScript
2
star
11

Data-Structures-Implementations

Linear and Non-linear Data Structures Implementations : Stacks, Queues, Trees, Hash Tables ... etc
Java
1
star
12

Meme-Creator

A simple android app in which you load an image from your gallery, put some text on it and save it as a new image
Java
1
star
13

Front-End-Development-Projects

My Implementations of FreeCodeCamp's Front End Development Projects.
HTML
1
star
14

P5.js-Sketches

P5.js Projects and Visualizations. I use this open source library to create colorful, funny applications : small games, data structures and algorithms visualizations, simulating natural systems and others.
JavaScript
1
star
15

Kaggle-Python-Tutorial-on-Machine-Learning

My Solutions to Code-writing Exercises of Data Camp's Tutorial, "Kaggle Python Tutorial on Machine Learning".
Python
1
star
16

Connect-4-Game

The classic connect 4 game without using game engines; just P5.js library. It includes basic artificial intelligence.
JavaScript
1
star
17

Random-Quote-Generator

My first android app. A simple app generates random, well-known quotes.
Java
1
star