algorithm-design
There are 138 repositories under algorithm-design topic.
courses-at-nju-by-hfwei/algorithm-ta-tutorial
Tutorials given as one of the TAs for the class "Algorithm Design and Analysis" at Nanjing University
JayakrishnaThota/Algorithms-and-Data-Structures
My Solutions to basic Algorithms and Data Structures
gokbeykeskin/GTU-ASSIGNMENTS
Gebze Technical University - Computer Engineering Assignments
ShrohanMohapatra/matrix_multiply_quadratic
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
SleekPanther/breadth-first-search-depth-first-search-graphs
Breadth First Search & Depth First Search graph algorithms
SleekPanther/minimum-weighted-vertex-cover-approximation-algorithm
Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted vertex cover
spoturno/algorithm-design-exercises
Algorithm Design Solved Exercises
dwipam/code
Some collection of codes that are used in data mining and data science related fields, developed by me
AmirhosseinAzimyzadeh/AlgorithmDesign
implementation of algorithm design
Eohayon/SmartChess
SmartChess is a Bluetooth enabled, smart Chessboard. SmartChess utilizes an integrated circuit to recognize where there are pieces on the board. That information is sent to the accompanying app, which provides the user with a live view of the board. The app can give hints, recommend moves, and enforces legal moves.
SleekPanther/sequence-alignment
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
InnoFang/Quantify
📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)
SleekPanther/interval-scheduling
Greedy Algorithm to find the maximum number of mutually compatible jobs
SleekPanther/load-balancing-problem-approximation-algorithm
Approximation Algorithm for the NP-Complete problem of balancing job loads on machines. Does not guarantee an optimal solution, but instead, a solution is within a factor of 1.5 of the optimal solution
AlamRoman/coffee-builder
A graphical programming tool built on Java
EnAnsari/algorithm-hsu
This repository is for placing the solution content of the algorithm design class of Hakim Sabzevari University
kcentric/deep_nlp_on_sf_literature
Multi-pronged, multi-stage analysis of a 3.5M-sentences science fiction corpus using optimized NLP, with NER techniques, LDA modeling and LLM integration. After final commit, will be able to run a main file to generate a visualization of results on-demand. Modularized and documented code that can easily be reused/refitted for other kinds of corpii.
Lokesh598/data-structures-and-algorithm
My DSA journey....🚶♂️
nsswifter/ProximityFinder
The project implements an algorithm that finds the closest pair of points in a 2D screen using a time complexity of O(n log n). The algorithm is implemented in an iOS application using the MVC architectural pattern.
nurdidemm/Karatsuba-Polynomial-Multiplication
Polynomial Multiplication using Karatsuba's Algorithm
surumen/the-holy-grail-of-algorithms
Algorithms Analysis + Code in Python
1997alireza/Learning
Some things that you need to learn
AgusLacomi/Fork_Guia_0_AYP2
Guia-0-AgusLacomi created by GitHub Classroom for the course "Algoritmos y programacion 2" of the computer engineering course offered by the University of Tres de Febrero. [FINISHED]
AhmedIssa11/Maximum-Sum-Subarray-Problem-Analysis
Maximum sum subarray problem using brute force, divide & conquer and dynamic programming
Al-rimi/Algorithm-design
algorithm design projects focused on fundamental algorithms, including their specifications, approaches, and implementations in C/C++.
BUAA-BDA/Algorithm-Course-Code
The repository stores the source code of the course, algorithm design and analysis.
chenjinxuan811/Design_the_algorithm_ML_DL_NLP
This repository stores the code designed to realize some algorithms of machine learning, deep learning and natural language processing
kumarroshan123/Terminal_Based_Maze_Solver
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
ryvn-dev/algorithm-design
Bezier Curve, Optimal Wiring Topology for Electromigration Avoidance, and Electric Transpotation Interection Manager.
SleekPanther/noah-patullo-repositories
A list of projects I've worked on. GitHub's organization is lacking in my opinion, so this serves as an index & root of all my work (I'm Noah Patullo, not Pattullo or Patulo. I have a unique name & this should help clarify who I am)
slimrealm/cpp-midi-art-lab
MIDI Art Lab generates digital art based on notes played on a connected MIDI keyboard. Sample output images in README.
SpreadTheJello/CSE100
CSE-100 Algorithm Design and Analysis Course - University of California, Merced (UC Merced) | UCM
bestmahdi2/Uni__AntivirusSystemLongestCommonSubstringMatching
A university project in which an antivirus program is designed using string matching
bestmahdi2/Uni__JavaAlgorithmDesignProblemSolvers
A university project in which the following problems are solved in Java language and also have a graphical appearance using JavaFX
RobCyberLab/Page-Rank-Algorithm
📉Page Rank Algorithm📈
Samya-S/Design-and-Analysis-of-Algorithms-Lab
Design and Analysis of Algorithms Lab (MA39203)