An open API service providing repository metadata for many open source software ecosystems.

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: 3 months ago - Pushed at: almost 6 years ago - Stars: 37 - Forks: 1

JayakrishnaThota/Algorithms-and-Data-Structures

My Solutions to basic Algorithms and Data Structures

Language: Java - Size: 387 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 23 - Forks: 18

gugugu12138/AdaptoFlux

An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法

Language: Python - Size: 6.01 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 17 - Forks: 0

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.

Language: C++ - Size: 769 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 12 - 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: about 2 months ago - Pushed at: about 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: about 2 months ago - Pushed at: 10 months 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: about 2 months ago - Pushed at: 10 months 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: over 1 year ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

spoturno/algorithm-design-exercises

Algorithm Design Solved Exercises

Language: TeX - Size: 1.18 MB - Last synced at: almost 2 years ago - Pushed at: almost 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: about 2 months ago - Pushed at: over 6 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: about 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 6

gokbeykeskin/GTU-ASSIGNMENTS

Gebze Technical University - Computer Engineering Assignments

Language: Java - Size: 109 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

AmirhosseinAzimyzadeh/AlgorithmDesign

implementation of algorithm design

Language: Java - Size: 180 KB - Last synced at: about 1 year ago - Pushed at: about 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: about 2 months ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 3

InnoFang/Quantify

📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)

Language: Java - Size: 298 KB - Last synced at: 6 days ago - Pushed at: almost 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: 3 months ago - Pushed at: almost 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: 2 months ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 1

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: about 2 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

Lokesh598/data-structures-and-algorithm

My DSA journey....🚶‍♂️

Language: C++ - Size: 459 KB - Last synced at: about 1 year ago - Pushed at: about 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: 3 months ago - Pushed at: about 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: about 1 year ago - Pushed at: about 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: about 1 month ago - Pushed at: about 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: almost 6 years ago - Stars: 3 - 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: about 2 months ago - Pushed at: 6 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: 3 months ago - Pushed at: 12 months 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: 7 months ago - Pushed at: about 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: 3 months ago - Pushed at: over 1 year 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: about 2 years ago - Pushed at: about 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: almost 2 years ago - Pushed at: over 2 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: 3 months ago - Pushed at: about 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: over 4 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: over 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

9231058/DA-Homework 📦

Dr.Mosavi Design of Algorithm homeworks

Language: C - Size: 1.76 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

RobCyberLab/Page-Rank-Algorithm

📉Page Rank Algorithm📈

Language: Python - Size: 350 KB - Last synced at: 2 months ago - Pushed at: 7 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: 8 months ago - Pushed at: 8 months 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: 3 months ago - Pushed at: 11 months 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: over 1 year ago - Pushed at: over 1 year 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: over 1 year 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: almost 2 years ago - Pushed at: almost 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: over 1 year 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: almost 2 years ago - Pushed at: over 2 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: about 2 years ago - Pushed at: almost 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: about 2 years ago - Pushed at: about 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: over 1 year ago - Pushed at: about 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: 3 months ago - Pushed at: over 3 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: about 1 year ago - Pushed at: over 4 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: almost 2 years ago - Pushed at: over 4 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: 10 days ago - Pushed at: about 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: about 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: about 2 years ago - Pushed at: over 5 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: 8 days ago - Pushed at: almost 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: 3 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 3

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: 6 days ago - Pushed at: 6 days 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: 11 days ago - Pushed at: 11 days 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: 28 days ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month 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: about 2 months ago - Pushed at: about 2 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: 2 months ago - Pushed at: 2 months 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: 240 KB - Last synced at: 4 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 3 months ago - Pushed at: 3 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: 4 months ago - Pushed at: 4 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 months ago - Pushed at: 5 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: 3 months ago - Pushed at: 5 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: 5 months ago - Pushed at: 5 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: 6 months ago - Pushed at: 6 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: 2 months ago - Pushed at: 6 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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

pombe205/programming-projects-for-beginners

collection of beginner-friendly programming projects

Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: 6 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: 8 months ago - Pushed at: 8 months 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: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

VishalSinhaRoy/Hotel_Booking_Analyis---PowerBI

In this project my main objective is to have a detailed study and analysis of Hotel booking and cancellation using PowerBI, basically to find the probable reasons and solutions so that the business can be profitable.

Size: 4.75 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

bryceberwald/Berz-Website

Berzen (BRZN) NFTs: create, publish, buy, sell & exchange. A platform for individuals to have a professional experience using the being developed Berzen cryptocurrency.

Language: CSS - Size: 1.78 MB - Last synced at: about 21 hours ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

nabilBouzineDev/School-Database-System

The School Database System is a simple command-line application for managing student and lesson information. It allows you to add, update, delete, and view student and lesson records in a SQLite database.

Language: Python - Size: 60.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

m-zakeri/AlgorithmDesign

Algorithm design and analysis course materials and website

Size: 14.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

shobhitraj1/CSE222-Algorithm-Design-Analysis

This repository contains my coursework (assignments & semester exams) for the Algorithm Design & Analysis course at IIIT Delhi in Winter 2024.

Size: 7.83 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

helenailic/Cord-Tree-Machine-Project

A cord is a binary tree object that is used to store and manipulate a very long string efficiently. In this project, I implemented a Cord object and its corresponding behaviors to manipulate long strings through Trees.

Language: C++ - Size: 157 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

achakravorty/algorithm-design-prep

Solving Algorithm Design puzzles & challenges💡

Language: Java - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

suhasdotcom/coding-solutions

Solutions with explanation to coding questions from many resources

Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ejdotp/SemThree_ITER

Code collective of my 3rd Semester at ITER

Language: HTML - Size: 23.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

okayama-daiki/algorithm-design

A shared repository for study group

Language: C - Size: 7.92 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

glpaparelli/algorithm-design

"Algorithm Design" Course Material

Size: 184 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

helloerikaaa/AnalisisAlgoritmos

Repositorio del curso de Análisis y Diseño de Algoritmos UPIIZ - IPN 2023

Language: Python - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LynnT-2003/Algorithm-Design

Techniques for designing algorithms using divide and conquer, greedy methods, dynamic programming, and backtracking by emphasizing on efficiency and design techniques

Language: Python - Size: 31.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TahaTabatabaei/algorithm-design-course-lab

Exploring diffrent methods & algorithms, practicing fundamental techniques and terms of algorithm design domian

Language: Java - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rogerfvieira/Algorithms

A repository containing solutions to leetcode and stratascratch problems in python and SQL. Problems with a numerical prefix are leetcode problems i.e 1075-Project-Employees-I.sql, problems with and 'ID' prefix are stratascratch problems i.e. ID-9992.sql.

Language: Python - Size: 475 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

lauren-alexandra/flight-time

graduate work

Language: Python - Size: 51.1 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Precioux/Algorithm-Design-Projects

Algorithm Design Course Projects - Fall 2022

Language: Python - Size: 394 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fitzgerald-kyle/jane-street-puzzles

These are my solutions to Jane Street puzzles! Puzzle archives found here: https://www.janestreet.com/puzzles/archive/

Language: Jupyter Notebook - Size: 417 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SyedMuhammadFaheem/DataStructuresAssignments

All the assignments for the Data Structures course (Batch 2020) Semester 3 for Fall 2021. The submissions were accepted through edmin.io. This repository consists of total 3 assignments.

Language: C++ - Size: 538 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

amirezzati/connect-four

Connect Four game using Negamax algorithm

Language: Python - Size: 2.07 MB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Related Topics
algorithms 42 dynamic-programming 23 algorithm 20 python 19 greedy-algorithms 17 divide-and-conquer 16 algorithm-analysis 16 data-structures 16 cpp 13 java 11 graph-algorithms 11 patullo 10 algorithms-and-data-structures 10 noah-patullo 10 noah 10 graph 10 patulo 10 pattullo 9 pattulo 9 noahpatullo 7 problem-solving 7 recursion 6 greedy 6 machine-learning 6 sorting-algorithms 5 c 5 programming 5 data-science 5 computer-science 5 algorithm-challenges 5 backtracking 5 data-visualization 4 stack 4 algorithms-implemented 4 devide-and-conquer 4 approximation-algorithms 4 algorithm-design-and-analysis 4 complexity-analysis 4 searching-algorithms 4 graphs 4 python3 4 game-development 3 deep-learning 3 competitive-programming 3 complexity-theory 3 feup 3 random-number-generator 3 dsa 3 unb 3 optimal 3 artificial-intelligence 3 linear-programming 3 arrays 3 queue 3 algorithms-datastructures 3 conditional-statements 3 user-input-handling 3 stable-matching 2 backtracking-algorithm 2 loops 2 cpp11 2 schedule 2 matrix-multiplication 2 computational-geometry 2 complexity-measure 2 algebraic-computation 2 heuristics 2 adaptive-algorithms 2 latex 2 mergesort 2 pseudocode 2 sorting 2 edge 2 minimum-spanning-tree 2 jobs 2 bfs 2 breadth-first-search 2 tree 2 big-data 2 knapsack-problem 2 string-matching 2 network-flow 2 mst 2 dfs-algorithm 2 natural-language-processing 2 fga 2 bfs-algorithm 2 topological-sort 2 project 2 leetcode-solutions 2 error-handling 2 data-validation 2 basic-python-project 2 sorting-algorithm 2 theoretical-computer-science 2 cal 2 neural-networks 2 sql 2 dfs 2 random-number-generators 2