Hamdan Siddiqui (HamdanSidz)

HamdanSidz

Geek Repo

Location:Karachi,Sindh,Pakistan

Twitter:@HamdanSidz

Github PK Tool:Github PK Tool

Hamdan Siddiqui's repositories

Salary-Prediction-app

This app is based on random forests an Machine Learning model. An end-to-end project with real time visualization of data

Language:PythonStargazers:5Issues:0Issues:0

Tower-of-Hanoi-n-disks-itterative-aproach

Gives steps at each level along with array visualization of towers, you can go for 'n' number of disks as well.

Language:PythonStargazers:2Issues:1Issues:0

blogsite

Designed and implemented a blog platform where writers can register, create and manage posts, and engage with the community through comments. Each writer's dashboard displays their profile information and supports full CRUD (Create, Retrieve, Update, Delete) functionality for their posts, fostering an interactive and personalized user experience.

Language:PythonStargazers:1Issues:1Issues:0

Crud-Operations-API

Company employees data manages using django-python framework

Language:PythonStargazers:1Issues:0Issues:0

Web-App-for-simulating-queuing-probems

Generate random numbers in simulation based on theoritical probability distributions and queuing calculator for compare anaytical solution with calculated ones.

Language:PythonStargazers:1Issues:1Issues:0

Bank-Account-Management-System

Engineered C++ terminal based application for managing customer accounts using dynamic linked lists, supporting account creation, balance updates, and deletion, focuses on object-oriented design pattern for modularity and maintainability.

Language:C++Stargazers:0Issues:0Issues:0

Binary-Search-Tree

Binary Search Tree insertion, deletion at every point of tree in middle, at last etc.

Language:C++Stargazers:0Issues:0Issues:0

Computer-Graphics

Learn a lot of new dimensions in C/C++ using graphics enabling library OpenGL , semester course with dedicated labs.

Language:C++Stargazers:0Issues:0Issues:0

ElectroPulse-Product-Recommendation

Developed a Python-Django server integrated with a machine learning model to provide optimized product recommendations tailored to user preferences, enhances user experience through intelligent, data-driven suggestions.

Language:PythonStargazers:0Issues:0Issues:0

Expression--Tree-all-in-depth-traversals-

It is easier to code expression trees when your infix expression is in postfix form.Using stack I build an expressioon tree, all three traversals pre, in , post orders are code in the file.

Language:C++Stargazers:0Issues:1Issues:0

Infix-to-postfix

This is mine design code for infix to postfix other than the code available on internet. Bracketing method not incuded.

Language:C++Stargazers:0Issues:0Issues:0

Matrix-Operations

This file contains oops based addition, multiplication, transpose, linearization of matrix (4,4 into 2,8) and given minimum number from two matrix that were given input

Language:C++Stargazers:0Issues:1Issues:0

Object-oriented-programming-relationships-real-world-examples-

ASSOCIATION, AGGREGATION, COMPOSITION, INHERITANCE

Language:C++Stargazers:0Issues:0Issues:0

OOP-based-Employ-Mangement-System

Main idea is that the base class (worker) is about to store general info of employees of whole company while the child class of IT department have specific info of only IT department their must be other departments that is hierarchical to the workers class

Language:PythonStargazers:0Issues:0Issues:0

SinglyLinkedList

In this data structure,you would preappend, append and insert your data at after of your desire node in a class contain file while the other file of structure is only consists of preappend and append functions.

Language:C++Stargazers:0Issues:1Issues:0

Stack

Stack implementation using dynamic array

Language:C++Stargazers:0Issues:0Issues:0

Travel-Sales-Man-Problem

Popular Sales Man Problem

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

HRmanagement-System

Developed an HR management system in ASP.NET Core using MVC architecture. Enabled full employee record management with CRUD operations, leveraging Employee model and EmployeeDbContext for data handling.

Language:C#Stargazers:0Issues:0Issues:0

USER-DETAILS-

User details get entered through command line(terminal) and stored at database. Four operations mainly create, retrieve, update and delete are easily performed by this two files of code using python.

Language:PythonStargazers:0Issues:0Issues:0

vectorarray-cpp

By this we solve the problem of array's static size in c++ using vector array , problem for student course addition is now solved.

Language:C++Stargazers:0Issues:0Issues:0