Giter Site home page Giter Site logo

coding-problems's Introduction

Coding problems

I do coding problems sometimes - I've decided to dump mine in this repository so I can look at them later if I need and example of how to do something that I know I understand.

Subdirectories

Each directory has a slightly different structure

exercism is problems from exercism.io

Exercism is great, it has a command line tool which neatly downloads the tests and readmes into a folder. As such - the folder structure is better.

.
└── language
    └── task
        ├── README.md
        ├── solution.lang
        ├── test.lang
        └── other.files

tl is problems from techseries.dev

These are copied and pasted from somewhere I don't quite remember. I don't tend to do these often.

└── problem
    ├── README.md
    └── main.lang

codewars is problems from codewars.com

These are copied and pasted from the website. This is more of a dumping ground. Each solution contains a link to the kata. kyu is a measure of difficulty used by the site. Smaller number is harder.

└── language
    └── kyu
        ├── 6
        │   └── harder_problem.lang
        ├── 7
        │   └── problem_title.lang
        └── 8
            └── easier_problem.lang

Exercism is a clear favourite for me.

coding-problems's People

Contributors

mdinos avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.