Code Monkey home page Code Monkey logo

leetcode_solutions's Introduction

LeetCode_Solutions

Solutions of LeetCode interview questions

# Title Solution Difficulty Appeared in Interviews of
1 Two_Sum Python
C++
Medium Airbnb , Facebook , Amazon , Microsoft , Apple ,
Yahoo , Dropbox , Bloomberg , Yelp , Adobe , LinkedIn
15 3Sum Python Medium Facebook , Google , Amazon , Microsoft , Boomberg , Adobe
24 Swap Nodes in Pairs C++
Python
Medium Bloomberg , Microsoft , Uber
94 Binary Tree Inorder Traversal C++ Medium Microsoft
206 Reverse Linked List C++
Python
Easy Amazon , Apple , Adobe , Bolomberg , Facebook , Microsoft, Snapchat , Twitter , Uber , Yahoo , Yelp , Zenefit
217 Contains Duplicate Python
C++
Easy Palantir , Airbnb , Yahoo
219 Contains Duplicate II Python
C++
Easy Palantir , Airbnb , Yahoo
237 Delete Node in a Linked List C++ Easy Apple , Adobe , Microsoft
258 Add Digits C++ Easy Microsoft , Adobe
344 Reverse String C++
Python
Easy Not Appeared yet
724 Find Pivot Index C++ Python Easy Not Appeared yet
# Important codes you should know Solution Description
1 How to create Linked list nodes C++
Python
Creating three nodes and printing them
2 Add a Node at the start Python Creating nodes and adding node at the start
3 How to delete Linked list nodes with the key C++ With O(n) and O(1) runtime functions
4 Bubble Sort with Recursion C++ With O(n)
5 Merge Sort with Recursion C++ O(n log n)
6 Stack Basics C++ Learn about LIFO

leetcode_solutions's People

Contributors

kotharan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.