Saad Farooq (@BigWheel92)

Top repositories

1

Tomasulo-Simulator

Algorithm to simulate tomasulo algorithm. The algorithm shows step by step output.
C++
8
star
2

sentiment-analysis-using-word2vec

Jupyter Notebook
5
star
3

Splay-Tree

A Splay tree implementation in C++. It uses bottom up approach for the splay operation.
C++
5
star
4

Min-Heap

Implementation of min Heap data structure in C++ using dynamic arrays.
C++
4
star
5

Dijkstra-s-Algorithm

Dijkstra's Algorithm in C++ Programming Assignment
C++
3
star
6

Max-Heap

Max Heap implementation in C++ using dynamic arrays.
C++
2
star
7

exam-scheduler-using-genetic-algo

Exam Scheduling Program For FAST University. It makes use of the genetic algorithm to create the schedule.
Java
2
star
8

Inverted-Index

Java
1
star
9

Feedforward-Deep-Neural-Network

a vectorized, python-based implementation of deep feed forward neural network for binary classification.
Python
1
star
10

sentiment-analysis

Jupyter Notebook
1
star
11

AVL-Tree

AVL tree is a self-balancing BST. The height of left subtree and right subtree of a node in AVL can differ at most by 1.
C++
1
star
12

Qt-Calculator

The Calculator can perform addition, subtraction, multiplication, and division. It can also handle parentheses and precedence. It can also handle negative and decimal numbers.
C++
1
star
13

Binary-Search-Tree

Binary Search Tree
C++
1
star
14

Doubly-Linked-List

Doubly linked list with head and tail pointers.
C++
1
star
15

Singly-Linked-List

Singly linked list with iterator.
C++
1
star
16

Singly-Linked-List-in-Python

Implementation of singly linked list in python.
Python
1
star
17

PageRank-Algorithm-using-MapReduce

PageRank algorithm written in Java MapReduce framework
Java
1
star
18

Doubly-Linked-List-Python

implementation of doubly linked list in python.
Python
1
star