- Karachi, Pakistan
Highlights
Stars
A Library of various cybersecurity resources
Agha-Muqarib / HE2LaTeX
Forked from Wikunia/HE2LaTeXConverting handwritten equations to LaTeX
The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal…
The repository contains the learning journey/getting familiar with Chisel, a framework of Scala. Labs have been implemented, introducing to most of the utilities in Chisel and its related concepts.
Its supposed to be a practice repository where I've worked on different concepts of RUST from basics, heart and meat of Rust as well as the OOP concepts.
The repository contains computer vs computer and Player vs Computer Tic Tac Toe Game. Its a non GUI output based python code that'll let you play this game upon executing the code.
Pharmacy Management system is a database application that will cater the needs of storing, managing, querying and retrieving pharmacy data needs i.e. managing staff, customer, transaction, product …
This repository contains Risc V 32 bit single cycle data path simulated on Logism upon loading instructions.
The repository contains python code to traverse any graph given in the form of dictionary to perform Breadth First Search (BFS) and Depth First Search (DFS).
Frog Problem Python program to prints complete state space graph and the search tree of the 'Frog Problem'.Also, count the number of states while generating them Representation: Each state of the g…
This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive …
The following is a basic (for practice) , E-commerce, Star Wars Website with products of star war worlds. It contains a home,login,signup,about,contact and privacy,return,exchange and copyright pol…
The network of highway of CPEC is to be discussed in it.
Sample code for Google Cloud Vision
Hogwarts Database is an extensive, practice database application that will cater the needs of storing, managing, querying and retrieving Harry Potter's fantasy world's data needs i.e. schools, book…
It includes the basic and advance numpy array manipulations. The topics like indexing, slicing, fast element array-wise functions, mathematical and statistical methods, filing, linear algebra funct…
Agha-Muqarib / Guessing-the-number-game-in-simple-python-for-beginners
Forked from syedalizain033/Guessing-the-number-game-in-simple-python-for-beginnersThe code in the game above is very simple and non-structural. You are welcome to contribute in the code and update it in the form of classes and proper structure. Your efforts shall really be appre…
Pairing heap is the utilization of heap data structure to give amortized time complexity of operations of heaps.The operations of a minimum heap are to be discussed in it.
The repository implements stack and queue data structures in python programming language. All the relevant functions are implemented.
Agha-Muqarib / Python
Forked from TheAlgorithms/PythonAll Algorithms implemented in Python
Data structure and Algorithm with Python
Algorithms in data structures to sort lists out without using Sort() function in Python.