Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.78 KB

README.md

File metadata and controls

24 lines (23 loc) · 1.78 KB

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