Skip to content

A collection of coding challenges to practice datastructures, algorithms and syntax from different programming languages.

Notifications You must be signed in to change notification settings

alicelond/coding_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding challenges

A collection of coding challenges to practice datastructures, algorithms and syntax from different programming languages.

The exercises are from Daily coding problems and Leetcode.

âš¡ List of solved problems

Difficulty chart:

  • 🟩: Easy
  • 🟦: Medium
  • 🟥: Hard
  • ⬛: Very Hard
Problem Statement Difficulty Solution
Counting pairs that satisfy XOR condition 🟩 problem-332.cpp
24 game 🟩 problem-334.cpp
Two sum 🟩 problem-1.cpp
Fibonacci sequence 🟩 problem-502.cpp

Running a problem

Go to build folder

cd /coding_problems/build

Run cmake

cmake ..

Build files

make

Running the executable ./bin/name_of_executable

Let's connect!

LinkedIn Gmail

About

A collection of coding challenges to practice datastructures, algorithms and syntax from different programming languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published