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

Projects in Awesome Lists tagged with code-challenges

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

https://github.com/abehidek/sandbox

Repo containg all stuff that I am exploring

ai aoc2022 code-challenges create-t3-app docker learning nextjs nextjs13 rocketseat t3 t3-stack

Last synced: 10 Apr 2025

https://github.com/nragland37/aoc

:christmas_tree: Advent of Code | An annual advent calendar of small programming puzzles

advent-of-code adventofcode aoc code code-challenges programming-challenges programming-puzzles python

Last synced: 14 Sep 2025

https://github.com/riantavares/code-challenges

Real challenges from companies around the world for developers

back-end challenges challenges-solved code-challenge-practice code-challenges front-end full-stack study

Last synced: 03 Mar 2025

https://github.com/kardelruveyda/code-challenges

You can find code challenges with C# programming. Happy Coding ! :)

code-challenges csharp

Last synced: 05 Mar 2025

https://github.com/kaiosilveira/hacker-rank-challenges

An aggregator of my completed code challenges in Hacker Rank, containing detailed explanation, benchmarking, time complexity analysis, and thorough testing

code-challenges hacker-rank-solutions ruby time-complexity-analysis time-complexity-visualization

Last synced: 27 Mar 2025

https://github.com/aniketpatidar/code-challenges

Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.

code-challenges crud fullstack-development react ruby ruby-on-rails user-authentication

Last synced: 07 Apr 2025

https://github.com/maxinexiong/mypythoncodeexercises

My documentation of Python code exercises.

code-challenges code-exercise python

Last synced: 11 Apr 2025

https://github.com/sameem420/react.js-code-challenges

Solving React.js Code Challenges from @ https://www.linkedin.com/learning/react-js-code-challenges

code-challenges react react-challenge reactjs

Last synced: 17 Mar 2025

https://github.com/nibble-4bits/leetcode-challenges

My solutions to various LeetCode challenges

algorithms code-challenges data-structures leetcode

Last synced: 15 Mar 2025

https://github.com/thieurom/advent-of-code-2024

Advent Of Code 2024 in Swift

advent-of-code aoc code-challenges swift

Last synced: 03 Jul 2025

https://github.com/tensorush/follower-maze

🐹 🔀 Solution to the Follower Maze Challenge offered by @soundcloud.

challenge code-challenge code-challenges coding-challenge coding-solution coding-solutions follower-maze go golang socket-server

Last synced: 04 Sep 2025

https://github.com/rabestro/exercism.io

Solutions for problems from site Exercism.

challenges challenges-solved code-challenge-practice code-challenges

Last synced: 04 Jul 2025

https://github.com/abanoub-refaat/frontendmentor_challenges

A showcase of my solutions to various Frontend Mentor challenges, where I apply HTML, CSS, and JavaScript to build responsive and visually engaging web components. These projects highlight my approach to solving real-world frontend development tasks.

bootstrap5 challenges code-challenges css-flexbox css-grid front-end frontend frontend-mentor frontendmentor frontendmentor-challenge html-css javascript learning-in-public responsive-design ui-ux web-components

Last synced: 09 Apr 2025

https://github.com/candytale55/practice_makes_perfect_py_2

Practice problems in Python 2 from Codecademy. The goal is to apply programming skills to real life problems.

code-challenges codecademy factorial prime-numbers python python2 python2-floor-div

Last synced: 05 Jul 2025

https://github.com/marco-rosner/code-challenges

This repository is a collection of resources and code challenges in Javascript, ReactJS and NextJS that I created and solved in my journey to return to the tech industry after my sabbatical.

array code-challenges data-structures-and-algorithms database design-patterns javascript nextjs react-applications reactjs solid string system-design tests

Last synced: 20 Feb 2025

https://github.com/palutz/lisp_interpreter_rs

Code Challenges #30: Write your own List interpreter

code-challenges hacktoberfest lisp-interpreter rust rust-lang

Last synced: 11 Mar 2025

https://github.com/necraul/advent-of-code

Doing Advent of Code puzzles in different languages

advent-of-code aoc code-challenge code-challenges coding-challenge coding-challenges

Last synced: 10 Jul 2025

https://github.com/simonprickett/object-selector-code-challenge

Basic response to a code challenge I was sent via Slack.

code-challenge code-challenge-practice code-challenges nodejs

Last synced: 03 Apr 2025

https://github.com/monikakonieczna/java-code-challenge

Java challenges from the Learning Java course on LinkedIn Learning by Kathryn Hodge https://www.linkedin.com/learning/java-code-challenges

code-challenges java-practice

Last synced: 21 Mar 2025

https://github.com/ricardoandreh/cp

codes written on competitive programming platforms

code-challenges competitive-programming

Last synced: 11 Sep 2025

https://github.com/kplattret/exercism

🤓 Code challenges I've solved.

code-challenges elixir learning rust typescript

Last synced: 06 Apr 2025

https://github.com/candytale55/same_values_py_3

same_values() takes two lists of numbers. The function should return a list where the values were equal in lst1 and lst2.

code-challenges codecademy python-lists python3

Last synced: 09 Aug 2025

https://github.com/yeehanchung/linkedin-javascript-code-challenges

Solutions for JavaScript Code Challenges, a LinkedIn course by Emma Bostian

code-challenges javascript

Last synced: 30 Aug 2025

https://github.com/candytale55/unique_english_letters_py_3

unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".

code-challenges codecademy python-strings string-challenges-codecademy string-manipulation

Last synced: 31 Mar 2025

https://github.com/candytale55/substring_between_letters_py_3

substring_between_letters() takes a string named _word_, a single character named _start_, and another character named _end_. This function should return the substring between the first occurrence of _start_ and _end_ in word. If _start_ or _end_ are not in _word_, the function should return _word_. For example, substring_between_letters("apple", "p", "e") should return "pl".

code-challenges codecademy python-strings string-challenges-codecademy string-manipulation substring-search substrings

Last synced: 31 Mar 2025

https://github.com/candytale55/learn_python_3_code_challenges-dictionaries

Exercises to review Python functions with challenge exercises involving dictionaries.

code-challenges codecademy python-dictionaries python-functions python3

Last synced: 31 Mar 2025

https://github.com/candytale55/is_x_length_py_3

Function takes a string named _sentence_ and an integer named _x_ as parameters. It returns _True_ if every word in sentence has a length greater than or equal to _x_.

code-challenges codecademy python-strings python3 string-challenges-codecademy string-length string-manipulation

Last synced: 31 Mar 2025

https://github.com/nanotaboada/codesignal-arcade-mode

🧩 My solutions to CodeSignal Arcade Mode programming challenges

code-challenges codefights codesignal codesignal-arcade

Last synced: 31 Mar 2025