Code Monkey home page Code Monkey logo

spark-cn's Introduction

Spark CN

A study group that aims at preparing for SDE Internship and discussing Leetcode problems.

Leetcode Grinding Methodology

  • How many?
    • 10 - 20 for each type of problems;
    • At least 200 - 300 for 3 rounds.
  • How to?
    • Same type of problems together to observe their connections;
    • First time: 5 min before checking answers;
    • Second time: Try implement with template;
    • Third time: Implement with template in 15 - 20 min.
  • Don’t be ashamed for referring to other’s code:
    • Be sure to learn the best implementation from other’s code;
    • Learn new API / Data Structure / Template.
  • Eventually you’ll gain:
    • Templates: Be able to choose the right template for the corresponding problem;
    • Calculate time and space complexity;
    • Coding style.
  • Reference: https://www.youtube.com/watch?v=NdWYxz3izH4

How to commit

  • For workshop related files, please find the corresponding topic under the Workshop/ folder.
  • For your own leetcode grinding, please feel free to
    • Add new problems or your implementation of the existing problems;
    • Add new folders along with your code and notes to the corresponding topics;
    • Add new topics and templates.
  • Naming
    • Code files with 111.cpp, 222.java or 333.py;
    • Notes with 111_222_333.md or 111_222_333.txt in the corresponding folders;
    • New folder with the name of the topic or the template involved.
  • For big structural change please
    • Create your own branch;
    • Launch a merge request.

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.