Pinned Repositories
Arithmetic-Coding-Data-Compression
atcoder-solutions
AVL-TREE
My C++ implementation code for AVL Tree, with maximum balance factor threshold = | 1 |
B-Tree-
B-Tree of order M. C++ implementation
Banking-System
Java console application to simulate a banking system
BigDeciamlInt
C++ Program to store and compute operations on large numbers, it can store numbers of length up to 1e5(1*10^5) and do operations like addition, multiplication with time complexity Big O(n)
Chinese-Checker-with-AI
Class-Generator
LeetCode-Solutions
all my LeetCode solutions
URLShortener
simple URL shortener
islamwagih's Repositories
islamwagih/AVL-TREE
My C++ implementation code for AVL Tree, with maximum balance factor threshold = | 1 |
islamwagih/Banking-System
Java console application to simulate a banking system
islamwagih/BigDeciamlInt
C++ Program to store and compute operations on large numbers, it can store numbers of length up to 1e5(1*10^5) and do operations like addition, multiplication with time complexity Big O(n)
islamwagih/CLI
Command Line Interpreter
islamwagih/CSES-Solutions
solutions to some problems on CSES Problem Set
islamwagih/lempel-ziv-78
LZ78 data compression algorithm
islamwagih/LibrarySystem
console application to a complete library system using C++ we can add books, authors, ratings to existing books and much more
islamwagih/StackAndQueue
old project to master concepts like polymorphism. templates and inheritance.
islamwagih/User-Manager
C++ program to simulate user manager task at social media apps to keep track of users friends, by building a treap from scratch.