TheAlgorithms/
All Algorithms implemented in C++
USD raised
Recent activities
count_of_set_bits || C++. Can be solved using a single library to find the number of set bits in a number.
[OTHER] Trie implementation beginner
[FEATURE] Want to add Machine Learning Algorithms with detailed explanation
factorial calculator for large numbers. whose value could not be stored in any form of integer
[FEATURE] Indexed priority queue
[FEATURE] Adding to check if a number is perfect number
Dijkstra's Algorithm
[FEATURE] Adding detailed solution of Detect a negative cycle in a Graph problem
[FEATURE] Machine_learning Model
[BUG] Karatsuba's algorithm is not compiling
Josephus Problem general case
Keyword Cipher | C++ | Old cryptography techniques
Add Activity Selector Greedy Algo
Broken link in C-Plus-Plus/CONTRIBUTING.md [OTHER]
Add Warshall's Transitive Closure Algorithm to Graph folder
2D sorted matrix search [enhancement]
enhancement
[FEATURE] Distinct Number OF Islands Using DFS Algorithm
[FEATURE] Add some questions related to bit manipulation
[FEATURE] Number of Islands using DFS algorithm
I want to add Backward Oracle Matching algorithm in string matching
Reverse Word Wise
N-Queens Problem
[FEATURE] Add Boolean Parenthesization problem
Naive Pattern Search
i am already done this code please assign me this task
Binary Exponentiation Implementation
[FEATURE] Count Set bits using Lookup Table
i want to add circular queue implementation using array
Add Euler Tour code in graph section[FEATURE]
boyer moore voting algorithm
[OTHER] Update Discord links
[BUG] Whitespace that prevents proper Markdown formatting
Adding algorithm for Tower of Hanoi Problem
Turn off a particular bit in a number.
[FEATURE] Construct Binary Search Tree from Preorder Traversal
[FEATURE] Add Kadane's Algorithm
[FEATURE] A exponent calculator for large values through binary exponentiation
[FEATURE]Articulation Point using Tarjan's Algorithm
[FEATURE]
Reversing a queue
[BUG] Fix CodeQL warnings
[FEATURE] Update Of README.md
[FEATURE]next_permutation
[FEATURE] Binary Exponentiation
suggestions for improvement of code [dynammic_programming-armstrong number]
Cpp :- Stl map in code form
[FEATURE]Add rot_13 cipher
Print_linkedList.cpp
Kruskal.cpp Improvements
In dynamic_programming folder Armstrong Number
[OTHER] Add Longest substring (without repeating characters) implementation
[FEATURE]Add different variations of Segment Trees
Quick Sort [FEATURE]
[FEATURE]Addition of random forest algorithm
[FEATURE] Added BostonNumber in math folder(cpp)
[FEATURE] Codechef Beginner level problems
[FEATURE]: Add Quick Sort in Divide and Conquer
[FEATURE] Adding STL documentation
Add website folder[FEATURE]
[FEATURE] Missing Round Robin CPU Scheduling Algorithm
[FEATURE] Swap 2 numbers using Bit Manipulation
[FEATURE] Adding Best Time to Buy and Sell Stock series.
[FEATURE] Add a games folder
[FEATURE] Travelling Salesman - DP Optimisation using BitManipulation
[FEATURE] Array Coding Question
[FEATURE]: Add Collision Detection Algorithms
[FEATURE] Refactoring some Algorithm codes with presented code structure
[BUG] Cannot compile with the bare-metal arm GCC compiler successfully.
[FEATURE] Add more bit manipulation problems to bit_manipulation folder
Weird Algorithm file addition
[FEATURE] reverse() method definition in linked_list.cpp
Implementation of Floyd-Warshall Algorithm
[FEATURE] Linear Algebra Methods Expansion
[OTHER] Arduino
Perfect Number Algorithm
[BUG] Incorrect Binary Addition Logic in add_strings in divide_and_conquer/karatsuba_algorithm_for_fast_multiplication.cpp
Feature Request: Implement Graph Colouring Algorithm
I want to add the divide and conquer algorithm for finding ith smallest element with linear time complexity(median of medians method)
Pascals Triangle
[FEATURE] Unbounded Knapsack in Dynamic Programming Section
Add Job Sequencing Algorithm in c++
Implement Priority Scheduling Algorithm
[FEATURE] Splay Sort Algorithm
[BUG] Incorrect Exception Handling in Recursive Factorial Function
Added 4Sum.cpp
Add "Sparse Matrix Compression" Algorithm in C++
This is not have any Binary Tree folder
[FEATURE] Moore Voting Algorithm
adding interview quetions.
[FEATURE] Merge Sort Tree
Depth First Search
[FEATURE] Tortoise and Hare algorithm
[FEATURE] Add Playfair cipher in Ciphers - New Cipher
New Maths Algorithm - Pollard’s Rho Algorithm
[FEATURE] Optimize Trapping Rainwater Problem
[OTHER]:Add Federated Learning (FL) - Horizontal Federated Logistic Regression Implementation
[OTHER]sorting/counting_sort_string.cpp:17
[FEATURE] Add Palindrome number checker
[FEATURE] Add "Meet in the Middle" Folder with Classical Problems
[FEATURE]Addition of Weighted Interval Scheduling in C++
[FEATURE] Add IntroSort Algorithm in C++
Return type inconsistency
[OTHER] Repetitiveness of word in contribution.md file
Hi, I’m interested in contributing to this task, but I’d like to better understand the details before getting started.
[FEATURE]Implementation of Rope Data Structure and Rebalancing algorithm on it
feature for file
[BUG]Bug in C-Plus-Plus-Project/C-Plus-Plus3.5/graph/dijkstra.cpp
[BUG]Buffer overflow in median_search.cpp due to missing input validation in search/median_search.cpp
[BUG]Bufferoverflow in range_queries/sparse_table_range_queries.cpp
[BUG]Buffer Overflow in range_queries/ prefix_sum_array.cpp
[OTHER] Bit manipulation : Count number of bits to be flipped to convert A to B
[FEATURE] Creating a Tic-Tac-Toe game in CPP
Creating a directory for categorywise cpp code questions.[FEATURE]
[FEATURE]:Print all the subsets of an array
want to add Bankers algorithm
Add Radix sort Algorithm
[FEATURE] Bisection method
[FEATURE] Articulation Point and Bridge for graphs.
I want to add some more numerical analysis methods
Aho-Corasick pattern matching
[FEATURE] Add self-tests in `greedy_algorithms/kruskals_minimum_spanning_tree.cpp`
[BUG] Wrong contributing link
[FEATURE] Reduce space complexity of 0-1 Knapsack problem
[OTHER] documentation of namespaces contains phrases like `for IO operations`
[FEATURE] Update CMake to a newer version
[FEATURE] 3D vector rotation via Rodrigues' formula
[FEATURE] Add Box Stacking problem in Dynamic Programming
[OTHER] Add test, documentation according to the contribution format.
[DOCS] Add more information on implementing self-tests
[BUG] Misconfiguration of CMake in the `graphics` folder
[OTHER] Move to FreeGlut 3.2.2?
Wanted to add a separate section for trees question
[FEATURE] Implement RIPEMD160 hashing
[BUG] gcc >= 13 reordered headers.
[BUG] Approved label CI does not add approved label to pull requests.
[BUG] KMP algorithm
[BUG] timsort - std::bad_array_new_length
[FEATURE] Remove one of two same problems "Subset Sum" in Backtracking (C++).
[BUG] There is a problem with the wildcard_matching algorithm implementation.
SRTF implementation
feat: Wanted to add an algorithm for bfs(queue) traversal for a binary tree.
[FEATURE] Maximal Square (Square with Max area consisting of all 1's in a binary matrix) | Dynamic Programming | C++
[Addition of standard greedy algorithms to greedy algorithm file]
To Add various OS algorithms in C++
Implementing Priority Queue
MorrisPreOrder Traversal
[FEATURE] Add implementation of Floyd–Warshall algorithm in Graph section
[FEATURE] Addition of Graph Coloring Problem in Graphs directory
[FEATURE] Add 0-1 BFS in Graph section
[FEATURE] Addition of S-AES (Simplified AES) cipher in ciphers directiory.
[BUG] Duplicate Algorithms
Addition in Math folder of topic "Babylonian method for square root"
[FEATURE]Why are ciphers not implemented?
Implementing Segment Tree Data Structure
[FEATURE] Adding Left-Truncatable Prime
Change the contributing guidelines name
Pythagoras implementation math class.
Gnome sort
Kruskal's Code is giving wrong output! [FEATURE]
[FEATURE] I want to add postfix calculator
n_queen_optimised duplicated answer
Should this repo lint C++ code with clang-tidy or cpplint?
[BUG] Incorrect results
Convert data structures to templates
to avoid array overflow, use "size -1"?
[FEATURE] maximum flow algorithm
[FEATURE] Voronoï/Delaunay graph generation
[FEATURE] bridge finding algorithm with Trajan Algorithm
[BUG] MorrisInorder file doesn't pass the cpplint tests
[FEATURE] Code quality checks
[FEATURE] Skip List
[FEATURE] Adding Fibonacci Search
[FEATURE] Dynamic solution for Hamilton's Cycle
Fenwick Tree[FEATURE]
Repository description minor issue
[FEATURE] License for documentation website
Code in `graph` folder
Code in `range_queries` folder
Add website link in repository description
[Improvement] A better Approach for N-Queen Solution
Confused file name "queue_using_linkedlist"
Add branch protection rules
[FEATURE] Update README.md -> Adds list of algorithms separated by topic and in increasing difficulty
[FEATURE] Improving code standards
[BUG] wrong output given by sorting/bitonic_sort.cpp
[BUG] wrong output given by sorting/bead_sort.cpp
[BUG] Wrong output given by sorting/heap_sort.cpp
[BUG] in sorting/merg_sort.cpp
Added Prims algorithm in cpp
License should be added.
Add format for PR and contribution guide?
Added find factors of any number in Osqrt(n) time
Added algorithm to find lcm (least common multiple).
Breath First Search in Graph
Adding Graphic algorithms as well
Error in Circular queue operations
I would like to contribute by adding solution to Maximum Size Sub-Square problem through Dynamic Programming
Added Floyd's Cycle Detection Algorithm.
Can you do Korean annotation?
Added Fermat_Little_Theorem in cpp
Added Euler Totient function in cpp
Added Linked_List_Quick_Sort in cpp
Added Linked_List_Bubble_Sort.cpp
Added Linked_List_Insertion_sort.cpp
Add comments and README file
Add Combinatorics folder and algorithms
Change file name casing
Algorithm for finding strongly connected components is not present
[Suggestion] Better Implementation for BST
[FEATURE] Regular Expression & Wild Card Matching Algorithms , Dynamic Programming
Rabin Karp Algorithm for String Matching
[FEATURE] Negative weight cycle detection
[BUG]SegFault in remove(x) DLL
Union-Find algorithm for finding components of a Graph
Proper Testing Suite?
Postfix and prefix calculators are not present
[FEATURE] Bellaman-Ford Algorithm not present
[FEATURE] Help needed with docs website CSS template
Algorithm for finding Connected Components in graph is not present
Suggestion - use modern c++
[FEATURE] Addition of statistical and probability distribution functions
[FEATURE] How should we standardize testing of our algorithms?
Add bottom-up non-recursive merge sort
ADD sort(arr,arr+n,comaprator) inbuilt c++ function
Implementing different hash collision resolution strategies
[FEATURE] Can I comment on the algorithm part and translate the readme file into Korean?
[FEATURE] Spiral Display of elements of 2-D array
Palindrome Linkedlist in cpp
ArraySub
[FEATURE] Sanitizers
[FEATURE] Make connected_component_with_dsu efficient with documentation
[DOCS][TEST] Documentation and testcases required in list_array.cpp
[FEATURE] Fix the code for better understanding in the list_array.cpp file
[FEATURE] Implement nCr mod p
Algorithm to find number of inversions in an array
[BUG]: small bug in comb sort
[Adding a Binary Tree Problem]
Add Randomized-Quicksort.cpp
Convert code from c to cpp
Threaded binary tree not present
New directory proposal (Competitive-Coding)
Incorrect Strassen Matrix Multiplication Algorithm.
no rb-tree?
Update README.md
[BUG] neural_network.cpp
[OTHER] Multiply a number with 7 using BIT_Manipulation
[FEATURE]Add an extremely rudimentary blockchain implementation in CPP
[IDEA]
[FEATURE] Removing the card
Update the projects list
[FEATURE] Addition of dnf_sort in sorting folder
[BUG] check_prime.cpp returns incorrect output for 9
Addition in Backtracking
[FEATURE] Divide and Conquer
Implementation of algorithms as listed
[FEATURE] COMMIT AS MEMBER
Whether a number is Kaprekar program in c++
feat: Implementation of Friend Pairing problem. Dynamic Programming
Wanted to add Paint App in c++
[FEATURE] add integral function
feat: Parallel Merge Sort Algorithm
This ticket is about implementing a feature that solve a basic needs to allow Tor2web network to be networked, that is to have a directory of all tor2web nodes and their characteristics (this ticket does not still enter overall networking mechanism, but just how the Tor directory could be used by tor2web).
[BUG]
[FEATURE] Graph namespace
[FEATURE] Implement D´Esopo-Pape algorithm for graphs
Longest repeating subsequence
[FEATURE]hcxzxcvbnml,;.'/
[FEATURE] Implementation of Ternary Search using C++
[FEATURE] Adding of an algorithm to check whether a graph is bipartite or not in cpp
Implement Palindrome Partitioning algorithm
[FEATURE]: Add Pancake Sort
Shortest Common Super sequence
Implementing tree and BST algorithms
[FEATURE] Implement Jarvis algorithm to compute convex hull
[FEATURE] Build a common graph representation
Added Sparse Table for range query
cpp alg
[BUG] `hashing/chaining.cpp` does not compile
[FEATURE] Add multiplication tables
[feature] ADALINE neural network
[FEATURE] Multilayer Perceptron
[feature] Caesar Cipher
3 way QuickSort(DNF Sort)
Add more algorithms
[FEATURE] I want to add some BITWISE algorithms to this repository
[Enhancement] missing bin of some directory after build
[BUG] [Doxygen] XML Parsing Error: duplicate attribute
[FEATURE] Gas Station Problem in C++
[FEATURE] Word Break in C++
Trie Insertion And Searching
[FEATURE] Implement CORDIC algorithm
[FEATURE]Segment Tree | Data structure | C++
Add algorithm to find lcm (least common multiple).
[FEATURE] Subset sum problem
[bug]: `dynamic_programming/cut_rod.cpp` does not compile
[FEATURE]: MinHeap and MaxHeap algorithm
[FEATURE]Delete without head pointer
compile check for windows-OS keeps failing
[FEATURE]Create Kadane's Algorithm
[BUG] clang-tidy does not format the code
[FEATURE]: Shortest Common Supersequence
© 2019 BoostIO, Inc.