• Stars
    star
    2
  • Language
    Java
  • Created over 3 years ago
  • Updated almost 3 years ago

Reviews

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

Repository Details

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

More 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

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