Giter Club home page Giter Club logo

one-submission-daily's Introduction

Playground

Backup for coding exercise files. Some of these codes arent mine, you may check at the head lines of the codes.

I also write summaries about several fundamental topics in SUMMARY.MD. I write it for interview preparations, or just have spare time and decided to learn more ehehehe.

Written in

Mostly C++, but also use Javascript (Nodejs), Golang and Python as some concepts (data structure, STL) may implemented differently in each language.

Prerequisites

  • Having gcc and g++ installed (c++14 better), along with build-essentials
  • Shell

PS: Since currently my workspace is on mac, I don't have bits/stdc++ header. It would be easier to use that header as the intention of this repo is to exercise on coding essential skills despite of its ineficiency.

Directory Structure

.
├── Algorithms                   # Basic algorithms (Sorting, Greedy, DP, Recursive, etc)
├── Advances                     # Solutions designed for extra & specific requirements (time, memory, or input/output constraints)
├── Data Structure               # Basic data structures
├── Hackerrank                   # Pretty explanatory
├── Interviews                   # Some coding tests source code
├── Scrambles                    # Folder to put things that doesnt belongs anywhere
├── SPOJ                         # Pretty clear...
├── checker                      # executable to check solution with given input and output file. Explained in separate section
└── README

Convention

Header of the file includes this following comment:

/*
 * Algorithms / Hackerrank                     # Section name
 * Queue / Mountain Climbing                   # Problem Name
 * https://hackerrank.com/problem/lorem-ipsum  # URL, if any
 * Notes: Lorem ipsum                          # Notes, if any
 */

Some of them may not include this, gonna fix it shortly

License

MIT 🍻

one-submission-daily's People

Contributors

martabacc avatar

Watchers

 avatar  avatar

Forkers

hubertronald

one-submission-daily's Issues

enhancement for summaries

leftover topics

  • divide and conquer
  • scalability
  • memory units
  • stack & queue (not that critical but nice to have)

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.