Skip to content

chikuarijit/coding-problems-multilang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Problems in Python, Java, and C#

This repository contains a curated set of coding problems (see problems.pdf), with solutions implemented in Python, Java, and C#.

Structure

  • problems.pdf → list of problems
  • python/ → Python solutions
  • java/ → Java solutions
  • csharp/ → C# solutions

Example

Problem: Reverse a string

  • Python: python/problem1.py
  • Java: java/Problem1.java
  • C#: csharp/Problem1.cs

How to run

# Python
python3 python/problem1.py

# Java
javac java/Problem1.java && java Problem1

# C#
dotnet run --project csharp/Problem1.csproj

About

Coding problems solved in Python, Java, and C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published