Topic: "algorithm-design"
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
Language: TeX - Size: 319 MB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 37 - Forks: 1
gugugu12138/AdaptoFlux
An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法
Language: Python - Size: 7.08 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 35 - Forks: 0
JayakrishnaThota/Algorithms-and-Data-Structures
My Solutions to basic Algorithms and Data Structures
Language: Java - Size: 387 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 23 - Forks: 18
venkat-0706/CodeArena-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.
Language: C++ - Size: 1.28 MB - Last synced at: about 12 hours ago - Pushed at: about 14 hours ago - Stars: 18 - Forks: 0
SleekPanther/breadth-first-search-depth-first-search-graphs
Breadth First Search & Depth First Search graph algorithms
Language: Java - Size: 1.63 MB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 11 - Forks: 8
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.
Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 2
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.
Language: Python - Size: 7.81 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 1
ShrohanMohapatra/matrix_multiply_quadratic
This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.
Language: Python - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 2
spoturno/algorithm-design-exercises
Algorithm Design Solved Exercises
Language: TeX - Size: 1.18 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0
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
Language: Java - Size: 875 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 2
dwipam/code
Some collection of codes that are used in data mining and data science related fields, developed by me
Language: HTML - Size: 175 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 6
gokbeykeskin/GTU-ASSIGNMENTS
Gebze Technical University - Computer Engineering Assignments
Language: Java - Size: 109 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0
AmirhosseinAzimyzadeh/AlgorithmDesign
implementation of algorithm design
Language: Java - Size: 180 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0
SleekPanther/sequence-alignment
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
Language: Java - Size: 892 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 3
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.
Language: Swift - Size: 7.12 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0
InnoFang/Quantify
📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)
Language: Java - Size: 298 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1
SleekPanther/interval-scheduling
Greedy Algorithm to find the maximum number of mutually compatible jobs
Language: Java - Size: 657 KB - Last synced at: 8 months ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0
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
Language: Java - Size: 388 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 1
Ferki-git-creator/fsp
Easy data compression algorithm.
Language: HTML - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0
Lokesh598/data-structures-and-algorithm
My DSA journey....🚶♂️
Language: C++ - Size: 459 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0
AlamRoman/coffee-builder
A graphical programming tool built on Java
Language: Java - Size: 1.42 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0
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.
Language: Python - Size: 11.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1
EnAnsari/algorithm-hsu
This repository is for placing the solution content of the algorithm design class of Hakim Sabzevari University
Language: C++ - Size: 3.6 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1
surumen/the-holy-grail-of-algorithms
Algorithms Analysis + Code in Python
Language: Python - Size: 1.45 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0
rorofaiz/awesome-RLVR-boundary
🔍 Explore curated resources on Reinforcement Learning with Verifiable Rewards (RLVR) and the reasoning limits of Large Language Models (LLMs).
Size: 1.73 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0
Thu-master/LTHDH_Project
Đây là dự án web mô phỏng trực quan thuật toán MLFQ bằng HTML/CSS/JavaScript
Language: CSS - Size: 69.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0
Al-rimi/Algorithm-design
algorithm design projects focused on fundamental algorithms, including their specifications, approaches, and implementations in C/C++.
Language: C++ - Size: 802 KB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0
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.
Language: Python - Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0
BUAA-BDA/Algorithm-Course-Code
The repository stores the source code of the course, algorithm design and analysis.
Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0
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)
Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1
AgusLacomi/Fork_Guia_0_AYP2 Fork of untref-ayp2/guia-0-AgusLacomi
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]
Language: Go - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0
AhmedIssa11/Maximum-Sum-Subarray-Problem-Analysis
Maximum sum subarray problem using brute force, divide & conquer and dynamic programming
Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 2
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.
Language: C++ - Size: 4.18 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0
1997alireza/Learning
Some things that you need to learn
Language: Python - Size: 456 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0
nurdidemm/Karatsuba-Polynomial-Multiplication
Polynomial Multiplication using Karatsuba's Algorithm
Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0
AlmirNeeto99/analysis-and-development-of-algorithms
UEFS - PGCC006 Course Activities
Language: Jupyter Notebook - Size: 1.28 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
iBz-04/KOM1012
Algorithm design & Programming in MATLAB by Dr. kerem Altun and Dr Buse Tacal Ucun
Language: MATLAB - Size: 4.47 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
9231058/DA-Homework 📦
Dr.Mosavi Design of Algorithm homeworks
Language: C - Size: 1.76 MB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1
rajnish107/Recommendation-Engine
A machine learning engine that helps you to find a suitable Designing Agency 🚀
Language: Python - Size: 8.37 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1
RobCyberLab/Page-Rank-Algorithm
📉Page Rank Algorithm📈
Language: Python - Size: 350 KB - Last synced at: 7 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0
Urpagin/Weekday
Shows the weekday given a date.
Language: Python - Size: 19.5 KB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0
Samya-S/Design-and-Analysis-of-Algorithms-Lab
Design and Analysis of Algorithms Lab (MA39203)
Language: C++ - Size: 1.64 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
bestmahdi2/Uni__AntivirusSystemLongestCommonSubstringMatching
A university project in which an antivirus program is designed using string matching
Language: Python - Size: 654 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
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.
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0
simonskodt/aldes-kattis
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
Language: Python - Size: 779 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0
andre14miron/Algorithm-Design-Project-1
This problem set served as the first assignment for the "Algorithm Design" course, covering the following algorithms: Divide et Impera, Greedy and Dynamic Programming.
Language: C++ - Size: 17.7 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
ShrohanMohapatra/LaunchpadACT
A series of programs that enable one's investigations in the algebraic complexity theory such as matrix multiplication algorithms, primality tests, algebraic complexity, sorting algorithms etc. Each algorithm is accompanied by a comparative time complexity analysis and a class of test cases and test suites.
Language: Mathematica - Size: 5.09 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
projeto-de-algoritmos/PD_MSC_Renderer
Encontre a maior subsequência crescente a partir de um conjunto de números. Programação Dinâmica - UnB, 2020
Language: Vue - Size: 5.75 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0
ammarSherif/Analysis-and-Design-of-Algorithms-Tutorials
My course materials for teaching Analysis and Design of Algorithms
Language: Jupyter Notebook - Size: 4.77 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
SpreadTheJello/CSE100
CSE-100 Algorithm Design and Analysis Course - University of California, Merced (UC Merced) | UCM
Language: C++ - Size: 427 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
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
Language: Python - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
phipsgabler/algdesign-persistent-data-structures
Presentation for Algorithm Design Seminar 2 on persistent data structures
Size: 1.36 MB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
ryvn-dev/algorithm-design
Bezier Curve, Optimal Wiring Topology for Electromigration Avoidance, and Electric Transpotation Interection Manager.
Language: C++ - Size: 22.8 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0
projeto-de-algoritmos/Final_Coe
Coé - Compressão, Descompressão e Diff, 2020
Language: Python - Size: 12.3 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0
luist18/feup-cal
Resolution proposal of the exercises from the course unit Algorithm Design and Analysis
Language: C++ - Size: 5.97 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
vladutmargineanu/Graphs
Homework for the Algorithm Design course @ ACS, UPB 2019
Language: C++ - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
SadraSamadi/AD981
Algorithm Design - Fall 2019
Language: Python - Size: 140 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0
arindas/rubix
End-to-end architecture for the representation and solution of Rubik's cube problems.
Language: Java - Size: 5.08 MB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0
SleekPanther/reverse-delete-algorithm
Greedy Algorithm to find a minimum spanning tree in an undirected graph by deleting heaviest edges unless it would disconnect the graph
Language: Java - Size: 123 KB - Last synced at: 8 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 3
DhruvJayeshGondaliya/IEEE_MC_CODING_2025
🚀 Contribute to the official coding repository for IEEE SBM 2025, collaborate on tasks, and enhance your skills in a supportive environment.
Size: 4.88 KB - Last synced at: about 4 hours ago - Pushed at: about 5 hours ago - Stars: 0 - Forks: 0
Sol01505/tagged-combinators
🎨 Enhance Tailwind CSS with tagged combinators for precise child and descendant variant filtering, streamlining your styling workflow while maintaining flexibility.
Language: C# - Size: 766 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0
Tuananhdtu97/Delivery-Truck-Pallet-Packing-Optimization-Tool
🛠 Optimize pallet packing for delivery trucks using various algorithms to enhance efficiency and reduce costs.
Language: C++ - Size: 6.69 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0
ShailyMacwan/awesome-QAI-Papers-QComputing
🔄 Explore key research on Quantum Computing Fundamentals, focusing on transfer learning and applications across various domains for quantum-enhanced AI systems.
Size: 1.3 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
Unixx291/Supermarket-Checkout-Simulation
Python-based simulation of a supermarket checkout system that models customer arrivals, queue management, and cashier efficiency. Uses probability and timing logic to analyze waiting times and optimize checkout performance.
Language: Python - Size: 5.05 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
mhdimo/BWS-V2
BWS-V2 is a emulation of a reworked formula of the main BWS expression that is widely used in osu! by taking in account the "age" of a badge.
Language: C++ - Size: 242 KB - Last synced at: 20 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
Abdulla60582/awesome-QAI-Papers-QCNN
📚 Explore key research on Quantum Convolutional Neural Networks (QCNN) and their applications, enhancing AI through efficient knowledge transfer and optimization.
Size: 1.31 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
TM-1-3/Delivery-Truck-Pallet-Packing-Optimization-Tool
Delivery Truck Pallet Packing Optimization Tool Using Various Programming Approaches, Developed for the L.EIC016 - Algorithm Design Course
Language: C++ - Size: 3.65 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
hpazooki/UDP
High throughput UDP file transfer protocol.
Language: C - Size: 6.94 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
SemihKanUM/Bachelor-Thesis
This repository contains a Java implementation of algorithms for computing Maximum Agreement Forests (MAF) on unrooted phylogenetic trees. The project is based on Chen’s classical FPT branching algorithm and extends it with the Split-or-Decompose technique introduced by Mestel et al. (2024)
Language: Jupyter Notebook - Size: 5.12 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
SemihKanUM/Graph-Coloring-Chromatic-Number
Implementation of lower and upper bound approximation algorithms for an NP-hard problem, with heuristics (Greedy, Layout) and metaheuristics (Genetic Algorithm, Simulated Annealing) to balance solution quality and efficiency
Language: Java - Size: 3.37 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
antoniakras/sudoku_solver_checker_generator
C++ Sudoku solver, checker, and generator using backtracking and recursion, with modular design, constraint handling, and puzzle generation.
Language: C - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
iqbal525-dev/AlphabeticalPolyShellGen
🔄 Generate secure and unique alphabetical polymorphic shellcode with this advanced obfuscation tool for enhanced malware development.
Language: C - Size: 25.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
aj-chou/wise
The Intelligent Computational Cosmogenesis: A Meta-Intelligence Framework for Long-Term Efficiency Optimization - foundational blueprints for understanding the very fabric of existence, intelligence, and purpose from a computational paradigm
Size: 6.56 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
phongthanh1412/Chess-game
Chess game using Python and Pygame to practice object-oriented programming
Language: Python - Size: 441 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
KhalilIbrahimm/Algorithms-Engineering-INF237
Solve algorithmic problems from the INF237 - Algorithms Engineering course at the University of Bergen (UiB). Each week covers a new topic in algorithms, data structures, and programming paradigms, with problems sourced from Kattis.
Language: Python - Size: 23.4 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
emadjedovic/icg
Introduction to Computational Geometry, Faculty of Science, University of Sarajevo
Language: C++ - Size: 76.7 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
the-math-gremlin/ZetaZeroSieve
A modular harmonic sieve for detecting nontrivial Riemann zeta zeros through phase-locked resonance, leveraging the interplay of base-3 and base-π spirals to isolate precise zero locations without statistical approximation. Ideal for mathematical research, numerical experiments, and algorithm development.
Size: 2.88 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
8Altair/ASCII-square
Application for generating a certain custom-sized ASCII square
Language: Python - Size: 18.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
ddoroshev/hashmap
🚀 C-based hashmap with 🔑 char* keys and 🔢 integer values. Supports setting/getting values, deletion, and auto-resizing.
Language: C - Size: 57.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
erfangolpour/mineTUIper
Terminal-based Minesweeper game with keyboard controls, complete with an analyzer for generating and solving Minesweeper boards
Language: Python - Size: 42 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
22P31A0512/Number-Guessing
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.
Language: Python - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
cristiancjcr/AD-SYNTAX-ERROR-CORRECTION
Year 1 : Semester 2 - Algorithm Design (project)
Language: C - Size: 98.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
farukalpay/Alpay-Advanced-Fractal-Sort
A non-standard, fractal-inspired sorting algorithm with adaptive multi-pivot partitioning and k-way heap merging. Achieves near O(n log log n) performance in ideal cases.
Language: HTML - Size: 40 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
jisstro/Hybrid-Min-Max-Sort
Hybrid Min-Max Sort: An optimized hybrid sorting algorithm combining QuickSort and MergeSort techniques with dual pivot partitioning. Supports int and double types
Language: C++ - Size: 87.9 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
Mehedi-86/Data_Structure_And_Algorithm
A comprehensive collection of Data Structures and Algorithms (DSA) in C++, covering key concepts for competitive programming, interviews, and academic learning with optimized implementations. 🚀
Language: C++ - Size: 26.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
erfangolpour/KIRAL
An efficient tool for aligning reads to 1600+ Killer Immunoglobulin-like Receptor (KIR) allele sequences
Language: C++ - Size: 3.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
sashasgithome/propose-diet
Shows best choices of food diet based on the desired calorie intake.
Language: Java - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
Rom-chik/kma_mpa
Methods of algoritms designing. MPA-[methods of projection of algorithms]
Language: C++ - Size: 2.57 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
emersonpd/Algorithms-Engineering-INF237
Solve algorithmic problems from the INF237 - Algorithms Engineering course at the University of Bergen (UiB). Each week covers a new topic in algorithms, data structures, and programming paradigms, with problems sourced from Kattis.
Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
sashasgithome/optimize-algorithm
Proposition for a new optimization algorithm named Incremental Grid Search Optimization (IGSO).
Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
1NarendraSingh1/Data-Structures-and-Algorithm-with-Python
Python DSA Problems for Arrays and Strings
Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
mariarodr1136/NumDynamics
NumDynamics is an advanced random number generation system that combines C's performance with Python's analytical power. It generates, analyzes, and visualizes random numbers across various statistical distributions, offering a precise and efficient toolkit for random number analysis. 📊
Language: C - Size: 918 KB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
ferr0s04/feup-da-exercises
Repository for DA (Design of Algorithms) course exercises of LEIC FEUP, for year 2022-23
Language: C++ - Size: 11.3 MB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
rahisenpai/CSE222-ADA
Starter repository for Algorithm Design and Analysis (CSE232) at IIITD, Winter'24
Language: TeX - Size: 0 Bytes - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
AminHosseinniya/N-Queens
Python solution for the N-Queens problem, implementing an approach I call 'Filters.' Submitted on LeetCode.
Language: Python - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
itskushagraa/FitHub
Java based fitness application designed to simplify workout tracking and diet planning, tailored to users' needs.
Language: Java - Size: 5.17 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
AminHosseinniya/Image_Segmentation_Femur_Bone
Final Project of Bachelor of Engineering at K.N.Toosi University of Technology.
Language: Jupyter Notebook - Size: 31.2 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
pombe205/programming-projects-for-beginners
collection of beginner-friendly programming projects
Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
Yoppman/Ant-Simulation
This repository contains an advanced Ant Colony Simulation that demonstrates emergent behavior through pheromone-based pathfinding and collective food gathering.
Language: Python - Size: 3.64 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 2
Silent0Wings/Oddonacci-Sequence-Calculations
This project implements two methods for calculating Oddonacci numbers using Java: a linear tail-recursive approach and a multiple recursive approach. These methods are implemented to study their performance in terms of execution time and efficiency.
Language: Java - Size: 80.1 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0