algorithm-design
There are 158 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
gugugu12138/AdaptoFlux
An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法
JayakrishnaThota/Algorithms-and-Data-Structures
My Solutions to basic Algorithms and Data Structures
venkat-0706/Rock-Paper-Scissor-game
Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choose the same option, it's a tie.
venkat-0706/leetcode
Actively solving LeetCode problems to enhance algorithmic skills and DSA knowledge. Consistently improving problem-solving abilities and preparing for competitive programming and technical interviews.
gokbeykeskin/GTU-ASSIGNMENTS
Gebze Technical University - Computer Engineering Assignments
SleekPanther/breadth-first-search-depth-first-search-graphs
Breadth First Search & Depth First Search graph algorithms
ShrohanMohapatra/matrix_multiply_quadratic
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
venkat-0706/Number-Guessing-Game---Python
Python number guessing game: Computer picks a random number, user tries to guess it. Computer gives hints (too high/low). Repeat until correct. Add difficulty levels, limited tries, or scoring for more challenge.
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
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.)
AmirhosseinAzimyzadeh/AlgorithmDesign
implementation of algorithm design
InnoFang/Quantify
📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)
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.
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
glpaparelli/algorithm-design
"Algorithm Design" Course Material
karami-mehdi/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.
Lokesh598/data-structures-and-algorithm
My DSA journey....🚶♂️
nurdidemm/Karatsuba-Polynomial-Multiplication
Polynomial Multiplication using Karatsuba's Algorithm
surumen/the-holy-grail-of-algorithms
Algorithms Analysis + Code in Python
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++.
bestmahdi2/Uni__JavaAlgorithmDesignProblemSolvers
A university project in which the following problems are solved in Java language and also have a graphical appearance using JavaFX
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.
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
Teoyed/Unilaterly-Connected-Graph
A program that checkes if the given graph is Unilaterly connected or not and then show is with Tkinther and networkx GUI. This is a project for Algorithm design course at my fourth semester studying computer engineering.