Skip to content

My coding practice around topics such as data structures and algorithms, JavaScript and C#.

Notifications You must be signed in to change notification settings

jebarsoba/coding-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-dojo

My coding practice around topics such as data structures and algorithms, JavaScript and C#. More info about my approach in the Wiki.

Here's the directory structure and how to run each project:

  • /hackerrank: my HackerRank solutions
  • /leetcode: my Leetcode solutions, in C#, JavaScript and TypeScript
    • /csharp-solutions: ./LeetCodeSolutions.Tests/dotnet test
    • /javascript-solutions: npm t
    • /typescript-solutions: npm t
  • /others
  • /udemy: exercises from the Udemy courses I'm taking
    • C# Advanced Topics: Prepare for Technical Interviews, /csharp-advanced: ./CSharpAdvanced.Test/dotnet test
    • Introduction to Data Structures & Algorithms in Java, /ds-and-a
      • /csharp-solutions: ./DSAndA.Test/dotnet test
      • /javascript-solutions: npm t
      • /typescript-solutions: npm t
    • The Complete Python Bootcamp, From Zero to Hero in Python, /python
  • /top: exercises from the The Odin Project

About

My coding practice around topics such as data structures and algorithms, JavaScript and C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published