Skip to content
View rishikrohan's full-sized avatar
☁️
☁️
  • Mckinsey & Company
  • Bengaluru

Block or report rishikrohan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Grokking the coding interview equiva... Grokking the coding interview equivalent leetcode problems
    1
    # GROKKING NOTES
    2
    
                  
    3
    I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.
    4
    
                  
    5
    So below I made a list of leetcode problems that are as close to grokking problems as possible.
  2. mac-setup.sh mac-setup.sh
    1
    #!/bin/zsh
    2
    
                  
    3
    # Manual steps  :
    4
    # Install Chrome : https://www.google.com/chrome/
    5
    # Customise System preferences  (can use AppleScript to automate this too to some extent)
  3. awesome-scalability awesome-scalability Public

    Forked from binhnguyennus/awesome-scalability

    The Patterns of Scalable, Reliable, and Performant Large-Scale Systems

  4. Using multiple github accounts with ... Using multiple github accounts with ssh keys
    1
    
                  
    2
    ## Problem
    3
    I have two Github accounts: *oanhnn* (personal) and *superman* (for work).
    4
    I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
    5
    
                  
  5. awesome-leetcode-articles awesome-leetcode-articles Public

    Forked from ashishps1/awesome-leetcode-resources

    This repository contains LeetCode articles which are very useful during the interview preparation.

  6. learn-gh learn-gh Public