Rizwan Haidar (@rizwanhaidar)

Top repositories

1

Image-Processing-Data-Camp-Course

2
star
2

Python-Numpy-Codes

Python
2
star
3

Creating-DataFrames-in-R

Put your jet pack on because it is time for some space exploration! As a first goal, you want to construct a data frame that describes the main characteristics of eight planets in our solar system.
R
2
star
4

Functions-In-Python

Python
2
star
5

Country-Names-to-Country-Codes-using-python

Python
2
star
6

Machine-Learning-Course-Practice

Jupyter Notebook
2
star
7

Operating-System-Assignment-1

This is my first assignment of Operating system Course spring 2020.
C++
2
star
8

Five-State-Process-Model-Operating-System-

My 2nd Assignment of Operating System Course
C++
2
star
9

Data-Science-Track-on-CodeAcademy-Pro

2
star
10

Internship-Database

A Graph Database that i created during my summer Internship.
2
star
11

workshop-TASK

2
star
12

Machine-Learning-Practice-Course-Codes

Machine Learning Practice Codes/Cheat Sheets
Python
2
star
13

Lists-In-Python

Python Basics and Advanced List creation and Manipulation
Python
2
star
14

ML_Dep

ML APP
HTML
2
star
15

User-Level-Threads-In-C-

This is a short assignment aka Lab where I have implements user level Threads using C++
C++
2
star
16

Flight-Management-System

My project of Data Structures. That i have implemented using Graphs Vectors and other data Structures.
C++
2
star
17

Introductory-Python-Codes

Python Codes
Python
2
star
18

Data-Visualisation-probability-and-statistic-Assignments

Assignments of MT-206 Probability and Statistics
R
2
star
19

Effecient-Algorithms-to-find-Constrained-Longest-Common-Sub-Sequences-Using-Dynamic-Programming

My 4th Semester project of course "Design and Analysis of Algorithms"
C++
2
star
20

Basic-HTML-

This is from my ist semester Lab, I had implemented basic HTML and CSS . Now in DataBase course i am again working on Html, Css, Javascript and Php so will be continuously updating the repository
HTML
2
star
21

Constrained-Longest-Common-Sub-sequences-using-Dynamic-Programming

My project of "Design and Analysis of Algorithms" using efficient algorithms to find the Longest Common Sub-Sequences and Constrained Longest Common Sub-Sequences (String Inclusion and Constraint Inclusion). The best way to od it was with Dynamic Programming and then few alterations I used a research paper and then Implemented the Algorithm provided in it. Testify it with 1000+ different Inputs. I
C++
2
star
22

Test-Application-in-Android-Studio

This is my first test Application in Android Studio. It is a simple project can say a demo project but will be updates accordingly.
Kotlin
2
star
23

SImple-Introductory-Codes-In-R

I am a Facebook Developer Circle Scholar of 2020. I have benn awarded with the Prime subscription of DataCamp and I am learning R. Well starting with its basics i am uploading few introductory codes of R.
R
2
star
24

ADVANCED-ENCRYPTION-STANDARD-AES--128-bits

The Advanced Encryption Standard (AES) specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
C++
2
star
25

Templatized-Queue-DataStructure

In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and removal from the other end of the sequence. Below is the templatized implementation of Queue Data Structure along with the Unit Tests.
C++
2
star
26

WorkShopAppDeployment

Python
2
star
27

Application-of-Linear-Data-Structures

This is game (Snake and Lader) based on the linear data structures as Queue, Stack and Linked list but extended form of these data structures has been used as Four Dimensional Linked list etc.
C++
2
star
28

Binary-Search-Tree-BST-

Binary Search Tree is a node-based binary tree data structure which has the following properties: The left subtree of a node contains only nodes with keys lesser than the node's key. The right subtree of a node contains only nodes with keys greater than the node's key.
C++
2
star