Pinned Repositories
ADT_Implementation_Quad
Implementation of Abstract Data Type for Quad
Client_HTTP_Application
Implemented HTTP client application providing cURL like functionalities.
Connecting_Cplusplus_Python
This repository contains programs of operability between C++ and python using Pybind11
data_parsing
DCMS
Designed and build a Distributed class management system.
Double_Pendulum
Implemented a Pendulum using Processing language.
Faculty-Student-time-table
This is desktop application serves both faculty and student(They can get their whole day schedule).
Image-Processing
It consist implementation of seam carving and image segmentation using openCV and C++.These projects are tested and executed on Linux
Path-Finding
Analyzed the spatial crime data of montreal and implemeted A* algorithm to find the optimal path between source and destination.
Smallest_Hamiltonian_Cycle
Finding smallest hamiltonian cycle using permutation in complete connected graph:C++ implementation
NishantSaini93's Repositories
NishantSaini93/Image-Processing
It consist implementation of seam carving and image segmentation using openCV and C++.These projects are tested and executed on Linux
NishantSaini93/Smallest_Hamiltonian_Cycle
Finding smallest hamiltonian cycle using permutation in complete connected graph:C++ implementation
NishantSaini93/Strassen-s_Algorithm
Implementation of Strassen's Algorithm using C++ and template.