There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Library-Management-System
The repository contains web pages using Django web development framework in python language. It contains a) Two Forms Students and Books b) One Form to issue a book to particular student. (where multiple transaction require on one student).NumPy-Basics-Arrays-And-Vectorized-Computation
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 functions, pseudo-random numbers, reshaping, splitting, concatenating,tiles, repeating, where( ) function & numpy advanced array manipulation are implemented.Sorting-Algorithms-in-Python
Algorithms in data structures to sort lists out without using Sort() function in Python.Tic-Tac-Toe-Game
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.Chisel-Learning
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.CPU-Scheduling-Algorithms
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 in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priority Scheduling.The-Frog-Jumping-Problem
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 game will be represented in the form of a 7-char string, say 1110222 where: 1 represents green frog 2 represents brown frog 0 represents empty block. The root node of the tree will be 1110222 and the goal node is 2220111The-Star-Wars-Store
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 policies sections.Automated-Personality-Classification
Stack-and-Queues-in-Python
The repository implements stack and queue data structures in python programming language. All the relevant functions are implemented.Handwritten-To-Text-Transformation-of-Math-Equations
Pharmacy-Management-System
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 and supplier records. The application is generated by an SQL script and is further beautified manually through Alex app builder.CPEC-Highway-Network
The network of highway of CPEC is to be discussed in it.Professional-Docs
Agha-Muqarib
Hey there, its me Agha MuqaribGraph-Traversal-Via-BFS-DFS
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).8-Puzzle-Problem-in-Python
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 is to rearrange the blocks so that they are in order. You are permitted to slide blocks horizontally or vertically into the blank square.Pairing-Heaps
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.Working-With-Rust
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.Hogwarts-Database-Case-Study
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, books, characters, appearances, students, courses, grades, enrollment, professors, ministers, levels, incharges, ministry employees, offices, examiner & Owls records. The application is generated by a script and is further beautified manually through Alex app builder.Predict-Percentage-from-Hours-Studied-usng-Linear-regression-
RV32-Single-Cycle-Datapath-Logism
This repository contains Risc V 32 bit single cycle data path simulated on Logism upon loading instructions.Love Open Source and this site? Check out how you can help us