• Stars
    star
    5
  • Rank 2,847,414 (Top 57 %)
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

More Repositories

1

Tomasulo-Simulator

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

Splay-Tree

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

Min-Heap

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

Dijkstra-s-Algorithm

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

Max-Heap

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

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
7

Inverted-Index

Java
1
star
8

Feedforward-Deep-Neural-Network

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

sentiment-analysis

Jupyter Notebook
1
star
10

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
11

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
12

Binary-Search-Tree

Binary Search Tree
C++
1
star
13

Doubly-Linked-List

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

Singly-Linked-List

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

Singly-Linked-List-in-Python

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

PageRank-Algorithm-using-MapReduce

PageRank algorithm written in Java MapReduce framework
Java
1
star
17

Doubly-Linked-List-Python

implementation of doubly linked list in python.
Python
1
star