Projects in Awesome Lists tagged with divide-and-conquer
A curated list of projects in awesome lists tagged with divide-and-conquer .
https://github.com/msdundar/notes-algorithms
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
algorithm-challenges algorithms algorithms-and-data-structures bcrypt bellman-ford-algorithm big-o-notation binary-search breadth-first-search dijkstra-algorithm divide-and-conquer greedy-algorithms grokking-algorithms hash-tables k-nearest-neighbours quicksort recursion selection-sort
Last synced: 19 Apr 2025
https://github.com/sionpardosi/automated-image-processing-application-with-algorithm-optimization
Automated Image Processing Application with Algorithm Optimization - Aplikasi Pemrosesan Gambar Otomatis dengan Optimasi Algoritma
Last synced: 24 Jun 2025
https://github.com/sionpardosi/Automated-Image-Processing-Application-with-Algorithm-Optimization
Aplikasi pemrosesan gambar otomatis yang memungkinkan pengguna mengubah foto menjadi hitam-putih atau menambahkan efek blur dengan cepat, menggunakan algoritma Divide and Conquer untuk hasil optimal dan efisien.
Last synced: 09 Jul 2025
https://github.com/samson-mano/delaunay-triangulation
This is a C# implementation of Divide and conquer Delaunay triangulation. The implementation follows Guibas and Stolfi’s paper. This is the vertical cut implementation of divide and conquer.
conquer-algorithm delaunay-triangulation delaunay-triangulator divide divide-and-conquer divide-and-conquer-division guibas lr-edge mesh mesh-generation vertical-cuts
Last synced: 17 Jun 2025
https://github.com/hyugit/UInt256
An UInt256 library written in Swift 4
algo algorithm bigint biginteger carthage cocoapods divide-and-conquer ios karatsuba-multiplication macos playground swift swift-package-manager swift4 uint256
Last synced: 16 Oct 2025
https://github.com/hyugit/uint256
An UInt256 library written in Swift 4
algo algorithm bigint biginteger carthage cocoapods divide-and-conquer ios karatsuba-multiplication macos playground swift swift-package-manager swift4 uint256
Last synced: 11 Dec 2025
https://github.com/tensorush/cpu-toolkit
🐲 🧰 Collection of basic CPU algorithms and data structures implemented in C++.
algorithmic-toolbox algorithms algorithms-and-data-structures awesome bit-hacks code-challenge computational-geometry computer-science cpp-toolkit data-structures data-structures-and-algorithms divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms hashing-algorithms mathematical-algorithms search-algorithms sorting-algorithms string-algorithms
Last synced: 08 Apr 2025
https://github.com/sgalal/knights-tour-visualization
An online Knight's tour visualizer using divide and conquer algorithm
algorithm divide-and-conquer emscripten html5 knight-tour knights-tour visualization visualizer
Last synced: 30 Jun 2025
https://github.com/pedro-manoel/atal
Repositório com as atividades e matérias desenvolvidas ao longo da disciplina de Análise e Técnica de Algoritmos da UFCG
brute-force dinamic-programming divide-and-conquer graph java python
Last synced: 06 May 2025
https://github.com/besnik/parallel-volume-rendering
Overview and detailed dicussion about parallel volume rendering on a cluster. We describe algorithms, optimalization techniques and challenges for real time rendering of big data on high performance clusters.
algorithm binary-swap c-plus-plus cluster cpp divide-and-conquer message-passing-interface mpi opengl parallel parallel-rendering raycast raycasting raytracing rendering rendering-engine visualization volume-data volume-rendering volume-visualization
Last synced: 29 Apr 2025
https://github.com/jxareas/algorithms
Demos of some algorithms & data structures in C++ using dummy command line apps.
algorithms brute-force collaborate cplusplus data-structures divide-and-conquer dynamic-programming fizzbuzz graph jetbrains learn prime-numbers quicksort sieve-of-eratosthenes
Last synced: 16 May 2025
https://github.com/masyagin1998/divide-and-conquer-eigenvalues
divide-and-conquer eigenvalues algorithm for symmetric tridiagonal matrix, designed by Cuppen
cuppen divide-and-conquer linear-algebra matrix symmetric tridiagonal
Last synced: 19 Mar 2025
https://github.com/jyotindersingh/algorithms
Solutions to a bunch of algorithm problems for practice.
algorithms backtracking divide-and-conquer dynamic-programming greedy-algorithms leetcode
Last synced: 14 May 2025
https://github.com/gaganbhatia19/sorting_visualizer
JavaFX application for Visualizing Sorting Algorithms
algorithms algorithms-and-data-structures desktop-application divide-and-conquer dsa java javafx javafx-desktop-apps sort sorting sorting-algorithms sorting-visualization visualization
Last synced: 14 Sep 2025
https://github.com/ekmolloy/njmerge
A tool for divide-and-conquer tree estimation via a shared distance matrix
divide-and-conquer gene-trees phylogenetics phylogenomics species-trees
Last synced: 24 Dec 2025
https://github.com/nidhiupman568/codeforces-problem-solved
👋Hello!👋 I'm Nidhi Upman😀, a passionate competitive programmer on Codeforces🏆. Started with basic problems (like A) and never gave up! 🚀 Upsolving after contests 📈 improved my skills. Now tackling tougher challenges (like B) 🧠. Codeforces hosts contests 2-3 times weekly 🗓️ and daily challenges to stay sharp. Determined to climb to Pupil.💪
arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie
Last synced: 28 Jul 2025
https://github.com/tsg405/algorithmic-toolbox-uc-san-diego
This Repo contains - Starter files, Coursework, Programming Assignments for the Master Algorithmic Programming Techniques Specialization Course -- offered by UC San Diego, Coursera.
algorithms-and-data-structures coursera divide-and-conquer dynamic-programming greedy-algorithms optimisation-algorithms python3
Last synced: 14 Apr 2025
https://github.com/venkat-0706/dsa-algo
Comprehensive collection of DSA algorithms with implementations and explanations. Aiming to master Data Structures and Algorithms one step at a time!
backtracking-algorithm data-structures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms hashing recursion-algorithm searching-algorithms sorting-algorithms
Last synced: 13 Apr 2025
https://github.com/ali-elshorpagi/algorithms
Algorithms implemented in C++
algorithms backtracking-algorithm bfs-algorithm binary-search competitive-programming cpp dfs-algorithm dijkstra-algorithm divide-and-conquer dynamic-programming floyd-warshall-algorithm graph graph-representation kruskal-algorithm prim-algorithm problem-solving recursion shortest-path-algorithm sorting-algorithms topological-sort
Last synced: 27 Sep 2025
https://github.com/sharyash81/data-structure
Data structure course during third semester of university
binary-search-tree data-structures disjoint-set divide-and-conquer dynamic-programming greedy-algorithms hashing heap priority-queue queue stack tree
Last synced: 23 Apr 2025
https://github.com/devinterview-io/divide-and-conquer-interview-questions
🟣 Divide and Conquer interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
algorithms algorithms-and-data-structures algorithms-and-data-structures-interview-questions algorithms-interview-questions coding-interview-questions data-structures data-structures-and-algorithms data-structures-and-algorithms-interview-questions data-structures-interview-questions divide-and-conquer divide-and-conquer-interview-questions divide-and-conquer-questions divide-and-conquer-tech-interview software-architecture-interview software-architecture-interview-questions software-developer-interview software-engineer-interview
Last synced: 30 Mar 2025
https://github.com/everysoftware/algorithms-course
Well-structured notes on algorithms with solutions to problems from LeetCode, Stepik and other platforms.
algorithms divide-and-conquer dynamic-programming graphs-algorithms greedy-algorithms prefix-sum sorting-algorithms two-pointers
Last synced: 10 Apr 2025
https://github.com/francoisschwarzentruber/fft
Pedagogical tool for explaning Fast Fourier Transform
algorithm divide-and-conquer education educational-project fast-fourier-transform fft
Last synced: 15 Apr 2025
https://github.com/samyam81/leetcode_questions
This is a repository created to store the leetcode questions. This maynot be the most efficient way of solving the problem.
array binary-search bitmanipulation breadth-first-search concurrency cpp csharp depth-first-search divide-and-conquer dynamic-programming hashmap hashset java kotlin leetcode-solutions matrix string tree two-pointer two-pointers
Last synced: 09 Oct 2025
https://github.com/amirisback/divide-conquer-branch-bound
:rocket: Final Project Desain Analisis Algoritma (Divide and Conquer & Branch And Bound)
algorithm branch-and-bound divide-and-conquer java
Last synced: 29 Mar 2025
https://github.com/bgmp/matrixmultiplier
Matrix multiplication program written in Python, with asymptotic visualization in R
divide-and-conquer latex learn matrix-multiplication python r strassen
Last synced: 25 Jul 2025
https://github.com/ndsvw/karatsuba-binary-multiplying-python
Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
algorithm algorithms divide-and-conquer karatsuba karatsuba-algorithm karatsuba-multiplication multiply
Last synced: 04 Oct 2025
https://github.com/nidhiupman568/codechef-problem-solved
👋 Hi! I'm Nidhi Upman, a passionate 👩💻 competitive programmer 🔥 active on CodeChef 🥘. Starting with just solving 1️⃣-2️⃣ questions ❓, I persisted 💪, upsolving 📈 to master 🧠 and achieve 3-star 🌟 status. Every Wednesday 🗓️, I tackle contests 🏆 and daily 🔄 practice ensures continuous improvement 💻.
arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie
Last synced: 10 Oct 2025
https://github.com/hxndev/search-integer-in-a-grid-using-divide-and-conquer
Divide and Conquer technique is used to work out different problems of varyying natures. Our problem at hand is to efficiently search an integer value from grid of size n x n, where n is any integer, using the principles of divide and conquer. The grid has both it's rows as well as columns sorted in ascending order.
algortihm code complexity cpp divide-and-conquer grid integer search time-complexity-analysis
Last synced: 24 Aug 2025
https://github.com/phreakyphoenix/leetcode-maychallenge
My solutions to LeetCode's May challenge solutions, mostly in Python. Please :star2: to show some love.
challenge-solutions competitive-programming competitive-programming-contests cpp divide-and-conquer dynamic-programming heap java leetcode leetcode-maychallenge leetcode-python3 leetcode-solutions linkedlist programming programming-contests python python3 stack
Last synced: 11 Apr 2025
https://github.com/nidhiupman568/c-plus-plus-problems-solved
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie
Last synced: 11 Apr 2025
https://github.com/nidhiupman568/data-structures-and-algorithms-dsalgo
Mastering Data Structures and Algorithms: Essential Interview Questions 🚀
arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie
Last synced: 04 Apr 2025
https://github.com/teodutu/pa
Proiectarea Algoritmilor - UPB 2019
algorithms astar backtracking bellman-ford bfs dfs dijkstra divide-and-conquer dynamic-programming edmond-karp greedy-algorithms kahns-alogrithm kruskal minimax tarjan upb
Last synced: 10 Jul 2025
https://github.com/ayusshrathore/leetcode
Collection of LeetCode questions to ace the coding interview!
arrays backtracking bfs binary-search dfs divide-and-conquer dsa dynamic-programming graphs greedy hacktoberfest hacktoberfest-accepted hacktoberfest2023 java leetcode linked-list queues stacks strings two-pointers
Last synced: 12 Jul 2025
https://github.com/samyam81/divide-and-conquer
Divide and Conquer is a fundamental algorithm design paradigm used to solve complex problems by breaking them down into smaller, more manageable subproblems.
divide-and-conquer java kotlin leetcode-solutions
Last synced: 21 Jul 2025
https://github.com/connor-mccarthy/algorithms-specialization-stanford
Code and notes for the Stanford Algorithms Specialization course.
algorithms divide-and-conquer graph-search graphs python search-algorithm sort-algorithm stanford-algorithms-specialization
Last synced: 26 Jul 2025
https://github.com/607011/pwned
A collection of tools to convert pwned password files to searchable MD5 files, create indexes on them, and look up passwords in these files
binary-search boost cpp divide-and-conquer hash leaks md5 passwords pwned rest restful webservice
Last synced: 12 Apr 2025
https://github.com/ndsvw/count-inversions
Compares counting inversions in an array via the Exhaustive Approach and via Divide and Conquer (Python)
complexity divide-and-conquer inversions
Last synced: 03 Mar 2025
https://github.com/nidhiupman568/leetcode-solved-problems
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
arrays backtracking binary-search-tree binary-trees bit-manipulation bitwise c-plus-plus divide-and-conquer dynamic-programming graphs greedy hash heap linked-list matrix recursion searching-and-sorting stacks-and-queues strings trie
Last synced: 28 Apr 2025
https://github.com/gauranshgoel123/leetcode-problems
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
arrays binary-search binary-tree bit-manipulation divide-and-conquer dynamic-programming greedy hash-table linked-lists maths matrix recursion simulation sorting stack string trie two-pointers union-find
Last synced: 05 May 2025
https://github.com/sharyash81/cp-01
Codeforces problem
codeforces codeforces-problems codeforces-solutions divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms string-algorithms
Last synced: 11 Oct 2025
https://github.com/michaelehab/algorithmic-toolbox-san-diego
Algorithmic Toolbox Programming Challenges Solutions from University of California San Diego course on Coursera
algorithms coursera data-structures divide-and-conquer dynamic-programming greedy-algorithms uc-san-diego
Last synced: 04 Mar 2025
https://github.com/abhisaphire/algorithmic-toolbox
The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. [2020]
2020 abhisaphire algorithmic-toolbox algorithms coursera coursera-course divide-and-conquer dynamic-programming greedy-algorithms practical-applications space-complexity-analysis space-time-tradeoff time-complexity-analysis
Last synced: 27 Feb 2025
https://github.com/juliusmarkwei/merge-sort-algorithm
Implementation of merge-sort algorithm in c language
algorithms computer-science divide-and-conquer merge-sort mergesort
Last synced: 21 Feb 2025
https://github.com/al-rimi/algorithm-design
algorithm design projects focused on fundamental algorithms, including their specifications, approaches, and implementations in C/C++.
algorithm-design backtracking brute-force-approach closest-pair-of-points data-structures divide-and-conquer dynamic-programming eight-queens-puzzle graph-algorithms huffman-coding infix-expression-evaluation knapsack-problem kruskal-algorithm minimum-spanning-tree
Last synced: 11 Apr 2025
https://github.com/srijan-singh/learn_algo
Designing and Analysis of Algorithm
divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms
Last synced: 29 Mar 2025
https://github.com/harshoza36/dna_sequence_alignment
CSCI-570 Analysis Of Algorithms project at USC
algorithms divide-and-conquer dynamic-programming sequence-alignment
Last synced: 28 Feb 2025
https://github.com/huanhuanonly/codeforces
Some interesting problems I solved on competition platforms such as codeforces
acm-icpc algorithms atcoder balanced-tree bfs-dfs codeforces cpp data-structures divide-and-conquer dynamic-programming graph-algorithms layered-graph luogu network-flow nowcoder persistent-data-structure shortest-path string-matching templates tree-structure
Last synced: 13 Apr 2025
https://github.com/therealmileslee/algorithmcollections
Algorithm Code Collections
divide-and-conquer dynamic-programming graph string-manipulation
Last synced: 07 Nov 2025
https://github.com/ashiqursuperfly/data-structures-algorithms-1
My Data-Structures and Algorithms codes for CSE 203 Course.
algorithms closest-pair-of-points cpp data-structures divide-and-conquer dynamic-programming graph greedy-algorithms heap huffman-coding java karatsuba-algorithm karatsuba-multiplication lcs-algorithm linked-list matrix-chain-multiplication mergesort optimal-binary-search-tree quicksort skylineproblem
Last synced: 01 Aug 2025
https://github.com/simonskodt/aldes-kattis
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
algorithm-design divide-and-conquer dynamic-programming flow greedy stable-matching
Last synced: 24 Oct 2025
https://github.com/hit07/sequeance-alignment-dp
This repository contains an implementation of a DNA sequence alignment algorithm using dynamic programming (DP) optimised with a divide and conquer strategy to improve efficiency and reduce runtime.
algorithms data-structures divide-and-conquer dynamic-programming python3 sequeance-alignment
Last synced: 08 Jul 2025
https://github.com/vipul2001/cousera-courses
This repo covers the solution to the assignments of various courses on algorithm,deep learning and data Analytics
coursera-courses data-analysis data-analytics-ibm deep-learning divide-and-conquer neural-network
Last synced: 08 Mar 2025
https://github.com/masum184e/data_structure_and_algorithm
Ready to spice up your coding game? Look no further! Presenting your one-stop destination for a comprehensive collection of essential data structures and algorithms.
competitive-programming divide-and-conquer dsa dynamic-programming graph-theory greedy-algorithms problem-solving programming-contests sorting-algorithms
Last synced: 31 Mar 2025
https://github.com/lucasvegalv/programming-iii
This repo is created in order to keep track of the exercises and projects that my teammates and I do for the Programming III course at the university during our second year of Software Engineering.
algorithms algorithms-design analysis-algorithms cost-optimization divide-and-conquer
Last synced: 03 Jul 2025
https://github.com/zuecopio/pra_2324_p2
Práctica 2: Técnicas algorítmicas avanzadas
divide-and-conquer dynamic-programming makefile
Last synced: 04 Sep 2025
https://github.com/pityubak/algorithmscollection
Few basic, few interesting algorithms
divide-and-conquer gcd karatsuba-multiplication lcm number-theory perfect-number prime prime-factorizations searching-algorithms sieve-of-eratosthenes sorting-algorithms stein-algorithm
Last synced: 01 Apr 2025
https://github.com/anuraganalog/algorithms
Algorithms and their implementation
algorithms bruteforce data-strctures divide-and-conquer dynamic greedy
Last synced: 12 Mar 2025
https://github.com/rajgoesout/algorithms
Implementation of basic data structures & algorithms.
algorithm divide-and-conquer python
Last synced: 04 May 2025
https://github.com/mmushfiq/maximumsubarray
Maximum subarray problem. Brute Force, Divide and Conquer, Kadane's Algorithm
brute-force divide-and-conquer kadanes-algorithm largest-sum-contiguous-subarray maximum-subarray time-complexity
Last synced: 24 Dec 2025
https://github.com/nguyenbn7/algorithms_specialization
Learn To Think Like A Computer Scientist. Master the fundamentals of the design and analysis of algorithms.
data-structures divide-and-conquer graph-algorithms shortest-path-algorithm
Last synced: 05 Oct 2025
https://github.com/nicxkms/interactive-merge-sort-visualizer
🔍 An interactive visualization tool for the Merge Sort algorithm, featuring dual-tree animations, step-by-step execution, zoom & pan controls, and educational insights.
algorithm-visualization animations computational-complexity cs-students css data-structures divide-and-conquer educational-tool html interactive-ui javascript learning-tool merge-sort open-source performance-optimization responsive-design sorting-algorithm visualization web-app web-development
Last synced: 04 Mar 2025
https://github.com/hardcoder05/algoritmia
Resolución de ejercicios del curso de Algoritmia ciclo 23-2
backtracking-algorithm brute-force divide-and-conquer dynamic-programming recursive-algorithm
Last synced: 07 Apr 2025
https://github.com/nikos25k/computational-geometry
📐 This project implements various computational geometry algorithms, focusing on convex hulls, linear programming, Delaunay triangulation, and geometric search. The code is organized into multiple modules, each solving specific geometry-related problems and demonstrating core computational methods.
computational-geometry convex-hull delaunay-triangulation divide-and-conquer gift-wrapping-algorithm graham-scan kd-tree linear-programming matplotlib quickhull range-search scipy voronoi-diagram
Last synced: 26 Feb 2025
https://github.com/habbatul/selection-sort-dengan-decrease-conquer
Terminal App, Karya hasil Penerapan keilmuan Strategi Algoritma Decrease and Conquer.
algorithm divide-and-conquer selection-sort
Last synced: 29 Mar 2025
https://github.com/nishi1612/sequence-alignment-problem
CSCI570 Analysis of Algorithms Project: Sequence Alignment Problem
analysis divide-and-conquer dynamic-programming memory-analysis python3 sequence-alignment time-complexity-analysis
Last synced: 11 Jun 2025
https://github.com/harsha-vardhan-tangudu/design-analysis-and-algorithms-codes
Here I am providing all types of codes I practiced for my DAA Endsemester Examination
analysis backtracking-algorithm branch-bound-algorithm coinchange daa divide-and-conquer dp-algorithms greedy-algorithms python3 sorting-algorithms string-matching-algorithms
Last synced: 27 Feb 2025
https://github.com/santiagortiiz/bioengineering-firmware-25-divide-conquer-guide
University of Antioquia. Embedded Systems. Example of Divide and Conquer for C Microcontroller projects.
advanced-level bioengineering divide-and-conquer embedded-systems firmware
Last synced: 08 Sep 2025
https://github.com/ireddragonicy/cb24153-closestpairofpoints
An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.
algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa
Last synced: 02 Apr 2025
https://github.com/agnivchtj/sortingvisualization
Built a React application to visualize various sorting algorithms on a set of integers
brute-force divide-and-conquer reactjs sorting-algorithms
Last synced: 15 Mar 2025
https://github.com/ccwukong/algo-in-js
The common data structures and algorithms implemented in JavaScript.
algorithms data-structures disjoint-set divide-and-conquer dynamic-programming graph greedy heap javascript linkedlist priority-queue queue searching sorting stack tree
Last synced: 30 Oct 2025
https://github.com/ltfschoen/node_test
algorithms binary-search divide-and-conquer es6 mergesort
Last synced: 01 Jul 2025
https://github.com/grantgasser/algorithms-project
Closest Pair and Convex Hull
brute-force closest-pair convex-hull divide-and-conquer
Last synced: 13 Oct 2025
https://github.com/nafis2508/big-data-group-project
Python project implementing Nearest Neighbor and Skyline Query Search algorithms with R-tree data structures for efficient spatial indexing. Part of COMP6210 group project at Macquarie University.
2d-query-processing algorithm-optimization big-data branch-and-bound comp6210 computational-geometry data-structures divide-and-conquer nearest-neighbor-search python r-tree skyline-query spatial-data-structure spatial-indexing
Last synced: 31 Mar 2025
https://github.com/nasrmohammad4804/algorithm-design
this repo created for analysis and design algorithm problem
branch-and-bound divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms leetcode np-algorithm
Last synced: 14 Jul 2025
https://github.com/vivienneforreal/discret-tomography
Nonogram - Reconstruction d'un image à partir de ses empreintes numériques
algorithms divide-and-conquer dynamic-programming nonogram-solver
Last synced: 20 Mar 2025
https://github.com/badr-moufad/algorithm-toolbox
The solution of some well-known algorithm problems using the three well-known algorithm patterns: greedy algorithm, divide and conquer, and dynamic programming
alogrithms divide-and-conquer dynamic-programming greedy-algorithm
Last synced: 17 Oct 2025
https://github.com/ishantsikdar/java
My Data Structures and Algorithms programs on Java.
arrays backtracking basics-of-java bit-manipulation divide-and-conquer dsa functions greedy-algorithms java-collections-framework linked-list object-oriented-programming queues recursion stacks strings time-space-complexity trees
Last synced: 02 Apr 2025
https://github.com/motapinto/feup-cal
Content and solved exercises from the course unit Algorithm Design and Analysis
algorithm-analysis algorithms algorithms-and-data-structures backtracking divide-and-conquer dynamic-programming feup feup-cal graph-viewer graphs greedy maximum-flow mieic shortest-paths spanning-trees string-matching
Last synced: 21 Mar 2025
https://github.com/s-bauza/divide-venceras
Algunos ejercicio y exámenes aplicando el algoritmo de divide y vencerás
Last synced: 29 Mar 2025
https://github.com/sleekpanther/counting-inversions
Finds how similar 2 lists of rating are using the Divide and Conquer approach. Extension of MergeSort that actually displays the specific inversions as well as just counting the total number.
algorithm algorithm-design arrays count counting-inversions dissimilarity divide-and-conquer invert merge mergesort mergesort-algorithm noah noah-patullo pattullo pattulo patullo patulo ratings similarity sorting
Last synced: 05 Mar 2025
https://github.com/trilliwon/algorithms
🧠
algorithms array-algorithms backtracking binary-trees cpp datastructures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms leetcode math-algorithms max-num-of-topics python recursion searching sorting string-algorithms swift tree
Last synced: 25 Mar 2025
https://github.com/oyvinddd/algorithms-and-data-structures
A collection of algorithms and data structures implemented in Go
algorithms computer-science data-structures divide-and-conquer dynamic-programming golang memoization search-algorithms sort-algorithms
Last synced: 15 Dec 2025
https://github.com/icherya/coursera-algorithms
🎓 Coursera: Algorithms Specialization | JavaScript
algorithms coursera divide-and-conquer javascript js randomized-algorithm searching-algorithms sorting-algorithms
Last synced: 03 Jul 2025
https://github.com/greybax/sixhandshakes
https://www.slideshare.net/AlexFilatov3/six-handshakes-theory
divide-and-conquer js js-api js-app js-application six-handshakes theory vk vk-api vk-app vk-com vk-script vk-sdk vkapi vkcom vkontakte vkontakte-api vkontakte-client vkontakte-sdk vkontakteapi
Last synced: 06 Dec 2025
https://github.com/konstantinosadamis/divide-by-2-rule
Divide By Two Rule Using Python
Last synced: 13 May 2025
https://github.com/projeto-de-algoritmos-2024/dividirconquistar_paralelismo
Comparacao de performance de algoritmos classicamente dividir e conquistar em modo uma thread e apos paralelizacao
Last synced: 23 Feb 2025
https://github.com/kurosawaxyz/tomoorg
Nonogram - Reconstruction d'un image à partir de ses empreintes numériques
algorithms divide-and-conquer dynamic-programming nonogram-solver
Last synced: 04 Jul 2025
https://github.com/lesiaukr/goit-algo2-hw-01
Master's | Design & Analysis of Algorithms | Algorithm Analysis. Divide and Conquer Strategy
algorithms divide-and-conquer goit-algo2-hw-01 python
Last synced: 24 Apr 2025
https://github.com/afsalthaj/algo-scala
Trying some famous-infamous divide and conquer algorithms in Computer Science, just to see how easy/difficult it is to attain the performance marked by the big O of the algorithm with a programming language like Scala!!
algorithms divide-and-conquer math scala
Last synced: 26 Oct 2025
https://github.com/ndsvw/maximum-sum-subarray-python
This algorithm solves the Maximum-Sum-Subarray problem via Divide and Conquer in O(m*log(m))
algorithm algorithms divide-and-conquer subarray
Last synced: 01 Dec 2025
https://github.com/ppirog/algorithmsanddatastructures
The algorithms were written as part of the Algorithms and Data Structures class at UMCS.
b-tree backtracking-algorithm bfs-algorithm counting-sort dijkstra-algorithm divide-and-conquer dynamic-programming graham-scan-algorithm graph-algorithms greedy-algorithms hopcroft-karp insertion-sort lists monte-carlo numerical-integration pattern-searching-algorithms queues red-black-tree stack tree-structure
Last synced: 25 Apr 2025
https://github.com/shahriar-raj/cse_204-data-structures-and-algorithms-i-sessional
This repository contains all home and lab assignments for the CSE 204: Data Structures and Algorithms I Sessional course, part of our Term-1, Level-2 curriculum. It applies theories from CSE 203 to problem-solving and creating data structures without stl library.
algorithms-and-data-structures divide-and-conquer dynamic-programming graph greedy-algorithm heap list queue stack
Last synced: 02 Mar 2025
https://github.com/mathiasuy/greedy-programacion-dinamica
Estrategias Greedy, Divide and Conquer (Divide y vencerás) usando Merge Sort y Programación Dinámica. Todo en O(nlogn)
divide-and-conquer dynamic-programming greedy-algorithms mergesort programacion-dinamica
Last synced: 10 Sep 2025
https://github.com/nguyenbn7/data-structures-and-algorithms
Algorithms and Data Structures Projects
divide-and-conquer graph-algorithms
Last synced: 25 Mar 2025
https://github.com/g1joshi/dsa
Data Structures and Algorithms
array backtracking bit-manipulation disjoint-sets divide-and-conquer dynamic-programming graph greedy hashing heap linked-list mathematics matrix queue recursion searching sorting stack string tree
Last synced: 25 Feb 2025
https://github.com/ayeshathoi/dsa-i
Data-Structure & Algorithm Assignments
array-list bst divide-and-conquer dynamic-programming graph greedy-algorithms heap linked-list queue sorting-algorithms stack
Last synced: 21 Feb 2025
https://github.com/rokibulhasan7/algorithmic-toolbox-assingments
My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera.
algorithm-toolbox algorithms coursera cpp divide-and-conquer dp greedy-algorithm merge-sort quick-sort sorting-algorithms toolbox
Last synced: 24 Feb 2025
https://github.com/charlieh7/leetcode-questions
This is where I'll store code solutions for the questions I practice on Leetcode!!
array backtracking datastream divide-and-conquer dynamic-programming hashmap hashtabe hashtable leetcode leetcode-solutions math recursion sorting string trie two-pointers union-find
Last synced: 22 Feb 2025