An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with algorithm-challenges

A curated list of projects in awesome lists tagged with algorithm-challenges .

https://github.com/mvakili/trax-player

A simple intelligent code that plays TRAX game

algorithm algorithm-challenges c console-game trax

Last synced: 15 May 2026

https://github.com/mustafadalga/sayiyi-yazili-olarak-yazma

En fazla 4 basamaklı olacak şekilde girilen bir sayının yazılı olarak çıktısını veren C# uygulaması

algorithm algorithm-challenges algorithms csharp

Last synced: 26 May 2026

https://github.com/jackhowa/hacker-rank-big-sum

You are given an array of integers of size. You need to print the sum of the elements in the array, keeping in mind that some of those integers may be quite large.

algorithm-challenges ruby

Last synced: 15 Mar 2025

https://github.com/lren-chuv/hbplregress

Linear regression for the MIP woken platform

algorithm-challenges

Last synced: 25 Apr 2026

https://github.com/joaoarthurbirkheuer/beecrowd-exercises

Coletânea de exercícios realizados na plataforma Beecrowd (em sua grande maioria) em C++. Será atualizado periodicamente.

algorithm-challenges cpp20 dsa online-judge

Last synced: 23 Mar 2025

https://github.com/etopuz/myalgorithmsolutions

My Solutions for Challenges in Hackerrank and LeetCode

algorithm-challenges

Last synced: 06 Nov 2025

https://github.com/danoctavian/algo-challenge-doubly-linked-list

a Javascript Doubly Linked List with 0 deps you can copy paste into your algorithm code challenges

algorithm-challenges javascript linked-list

Last synced: 24 May 2026

https://github.com/joscha-alisch/algorithms

A collection of data structures and algorithms in various languages for practicing purposes

algorithm-challenges algorithms c data-structures golang katas kotlin python

Last synced: 11 Apr 2026

https://github.com/sonnguyen9800/leetcode-fighter-go

A repository of my solution for leetcode in go-lang

algorithm-challenges datastructures-algorithms golang leetcode

Last synced: 26 May 2026

https://github.com/rohan-bhautoo/data-structures-and-algorithms

Data Structures is about how data can be stored in different structures. Algorithms is about how to solve different problems, often by searching through and manipulating data structures. Theory about Data Structures and Algorithms (DSA) helps us to use large amounts of data to solve problems efficiently.

algorithm-analysis algorithm-challenges algorithms csharp data-structures data-structures-and-algorithms

Last synced: 26 May 2026

https://github.com/jackhowa/hacker-rank-triplets

Compare the Triplets

algorithm-challenges ruby

Last synced: 19 May 2026

https://github.com/poonamkhatri/php-find-common-elements-function

This repository contains a PHP function named findCommonElements that takes two arrays as input and returns an array containing the common elements between them. The function without use of array_intersect to identify and extract the common elements efficiently.

algorithm algorithm-analysis algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented array array-manipulations array-methods arraylist arraylists arrays arrays-and-strings php php-array php-arrays php-library php7 php8

Last synced: 26 Apr 2026

https://github.com/pantelwar/daily-fun-find-rectangles

Find Number of rectangles in a cartesian system

algorithm-challenges algorithms

Last synced: 23 Aug 2025

https://github.com/srnascimento40/training-logics

JS exercises for logic and algorithms training

algorithm-challenges algorithms javascript logic-programming

Last synced: 16 Aug 2025

https://github.com/program-spiritual/algorithminjs

😎Encapsulate the collection of commonly used algorithms for node.js 😎

algo algorithm algorithm-challenges algorithm-library algorithms-implemented nodejs

Last synced: 04 Apr 2025

https://github.com/a9na/top-100-cpp

🚀 A collection of the top 100 C++ coding problems with solutions, designed to sharpen your problem-solving skills! 💻📚

algorithm-challenges algorithms-and-data-structures cpp

Last synced: 01 Aug 2025

https://github.com/harshpreet931/the-ultimate-dsa-prep

The Ultimate Guide to Data Structures and Algorithms (DSA). A comprehensive, community-driven resource with clear explanations and code implementations in Python, Java, C++, and JavaScript. Perfect for learning, interview preparation, and mastering DSA concepts.

algorithm-challenges algorithms c-plus-plus coding-interviews computer-science cpp data-structures dsa education interview-preparation java javascript learn-to-code programming python

Last synced: 09 Apr 2026

https://github.com/agung96tm/golearn-jobseeker

Learning Golang Programming for Job Hunting Needs

algorithm-challenges algorithms golang jobseeker

Last synced: 23 May 2026

https://github.com/mustafabinguldev/javaalgorithmsways

In this repository I share algorithms and coding approaches, algorithms that I will and can use in java and programming.

algorithm algorithm-challenges algorithms algorithms-and-data-structures java java-8 java-algorithm java-algorithms jdk jdk17 jdk8 programming software-engineering sorting-algorithms

Last synced: 03 Jan 2026

https://github.com/riannegreiros/cs-python2

Introdução à Ciência da Computação com Python Parte 2

algorithm-challenges challenges-solved computer-science

Last synced: 21 Sep 2025

https://github.com/asccrs/competitive-training

Repositorio generado para almacenar las prácticas realizadas en c++

algorithm-challenges algorithms-and-data-structures competitive-programming-contests cpp

Last synced: 09 Mar 2025

https://github.com/thiagodroz/code-signal

Repository with my solutions to CodeSignal's challenges.

algorithm-challenges algorithms competitive-programming competitive-programming-contests

Last synced: 29 Jul 2025

https://github.com/thiagodroz/project-euler

My solutions for the project Euler problems using the HackerRank website.

algorithm-challenges algorithms project-euler python

Last synced: 16 May 2025

https://github.com/koss-lebedev/advent-of-code

Ruby solution to Advent Of Code challenge

advent-of-code algorithm-challenges algorithms

Last synced: 15 Mar 2025

https://github.com/matteo-campana/advent-of-code

Welcome to Advent of Code 2024! 🎄✨ This repository contains solutions, notes, and resources for the Advent of Code 2024 challenge. Whether you're here to collaborate, compare solutions, or just curious about my approach, you're in the right place!

advent-of-code advent-of-code-2024 advent-of-code-2024-java algorithm-challenges algorithms algorithms-and-data-structures java maven

Last synced: 27 Apr 2026

https://github.com/ramyaragupathy/hackerrank

Solutions to Algorithms Challenges from HackerRank

algorithm-challenges hackerrank-solutions javascript

Last synced: 19 Nov 2025

https://github.com/rajab11/interview-python-questions

"Interview-Python-Questions" is a collection of Python coding exercises for interview preparation, covering algorithms, data structures, and problem-solving

algorithm-challenges algorithms-and-data-structures coding-challenges interview-questions python

Last synced: 24 Jul 2025

https://github.com/joanbr4/code-wars

Challenges from CodeWars help refine your skills and push the boundaries of your abilities.

algorithm-challenges challenge data-structures-and-algorithms java logic-programming

Last synced: 24 Mar 2025

https://github.com/umbertodellamonica/leet-by-leet

🚀 Mastering coding one problem at a time. This repository contains efficient, well-documented solutions to LeetCode challenges, from brute force to optimized algorithms.

algorithm-challenges algorithms bigocomplexity coding-challenges competitive-programming datastructures-algorithms leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions

Last synced: 23 Jul 2025