GitHub topics: code-challenge-practice
minhadona/data_engineer_interview_challenges
Found a data engineering challenge or participated in a selection process ? Share with us!
Language: Python - Size: 7.35 MB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 65 - Forks: 12

thatmare/mycodegym
Solución a retos de JavaScript y CSS con método REACTO (en español). Retos de: Codewars, LeetCode, CodingJS y CSS Battle.
Size: 195 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

sanderploegsma/exercism
Solutions to challenges from exercism.io
Language: C - Size: 2.43 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

RianTavares/code-challenges
Real challenges from companies around the world for developers
Size: 2.93 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

hugoburguete/ts-code-challenges
An assortment of coding challenges along with their solutions written in typescript.
Language: TypeScript - Size: 40 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

YusuffAhmad/code-learners-hub-weekly-challenges
A collection of solutions for weekly coding challenges from Code Learners Hub, aimed at enhancing programming skills and promoting collaboration among participants.
Language: C# - Size: 126 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

notthatbravo/frontend-mentor-challenges
A Collection of Solutions to Coding Challenges from Frontend Mentor
Language: HTML - Size: 4.15 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

kylewelsby/hackajob-phonebook-interview-beginner-version 📦
Language: Vue - Size: 273 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HasnatHaider/Fetch-API-Code-Competition
This website is a perfect example how data get fetched from API. This API fetch code competition sites and show start/end time.
Language: JavaScript - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

CSharpWizardry/Apprentice-Challenge
Challenges used to test Apprentices on C#
Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

wagabooga/LHL-Stretch
Extra assignments provided by LHL (JavaScript)
Language: JavaScript - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wagabooga/ar-exercises Fork of lighthouse-labs/ar-exercises
ActiveRecord stretch exercises
Language: Ruby - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

michelealda/journeys-fsharp
A f# version of https://github.com/mikehadlow/Journeys
Language: F# - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

nemanjaglumac/edd-editor-landing
Landing page for fictional Edd code editor.
Language: CSS - Size: 16.9 MB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 1

mardavsj/Arcstar Fork of nikhilhvr/Arcstar
It is an idea and platform for the students for their excellence in their prefered courses regularly.
Language: JavaScript - Size: 3.13 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

harsilspatel/HackerRank
hackerRank! To learn new programming techniques and to be a part of an active community! 💡🗣
Language: Python - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

harsilspatel/CodeChef
Solving codeChef challenges to improve my python skills! 🐍
Language: Python - Size: 2.93 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

harsilspatel/ProjectEuler
Solving the addictive projectEuler puzzles to quench my programming thirst! 👨🏻💻
Language: Python - Size: 39.1 KB - Last synced at: 5 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

wataridori/dynamic-programming
Problems that can be solved by Dynamic Programming & the Solutions in different Programming Languages
Language: C++ - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 7

kenold/enjoy-travel
Landing page created with CSS Grid. UI inspired by Victor Berbel's Dribbble shot "Enjoy Travel."
Language: CSS - Size: 161 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

luismendes070/functions
DIO kotlin code challenge
Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

neemiasbsilva/programming-skills
Welcome to my repository of programming skills. Summary, i will show some implementations of classic programming challange. I'II try to use in most of problem Java program language, because I want to improve my skills in this language.
Language: Java - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Ludim/retos
Just another repository with challenge code
Language: Jupyter Notebook - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

WilliamJaber/50-challenges-codeguppy
CodeGuppy Coding Challenges
Language: Python - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rabestro/exercism.io
Solutions for problems from site Exercism.
Language: C++ - Size: 2.02 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

candytale55/over_nine_thousand_Py_3
over_nine_thousand() takes a list of numbers named lst as a parameter. It sums the elements of the list until the sum is greater than 9000. When this happens, the function should return the sum. If the sum of all of the elements is never greater than 9000, the function should return total sum of all the elements. If the list is empty, the function should return 0. For example, if lst was [8000, 900, 120, 5000], then the function should return 9020.
Language: Python - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

DarthRatz/TurtleChallenge
Coding challenge provided by potential employer
Language: C# - Size: 491 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

iykekings/Challenges
Different code challenges I've solved, from codewars.com, hackerrank.com and etc.
Language: JavaScript - Size: 1.36 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

bidodev/code-challenge
Frontend Challenge from Teclead
Language: JavaScript - Size: 1.65 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

eexpositode/challenge-kickstarter-dashboard
This is an android coding challenge from https://www.hackerearth.com/
Language: Kotlin - Size: 2.37 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

dj0nny/code-katas
The solutions of my code katas :kimono:
Language: JavaScript - Size: 37.1 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

simonprickett/object-selector-code-challenge
Basic response to a code challenge I was sent via Slack.
Language: JavaScript - Size: 104 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

awim/hackerrank
Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

bcye/sn-challenge
I try to create a social network. Let's see how far I can go.
Language: CSS - Size: 6.84 KB - Last synced at: about 6 hours ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

weilih/skiing_in_singapore
Question: Skiing in Singapore
Language: Elixir - Size: 1.64 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

dhurimkelmendi/javascript30
Solutions to the javascript30.com challenges using ES2016
Language: HTML - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

StefanPahlplatz/advent-of-code
Advent of Code 2016
Language: C# - Size: 440 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

swanie21/code-exercises Fork of turingschool-examples/code-exercises
Example code challenges in technical interviews
Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
