Git Product home page Git Product logo

leecode_start_from_12-2020's Introduction

leecode_start_from_12-2020

String problem


14/12/2020

  1. Length of Last Word

simple C++ solution

15/12/2020

  1. String Matching in an Array

realize simple C++ solution

16/12/2020

  1. Reverse Vowels of a String

18/12/2020

Create 1323. Maximum 69 Number.cpp

19/12/2020

  1. Jewels and Stones.cpp

21/12/2020

  1. Next Greater Element II

22/12/2020

  1. Longest Substring Without Repeating Characters

25/12/2020

  1. Add Strings 注意char int之间及时转换

28/12/2020

  1. Roman to Integer

1/1/2021

  1. Valid Palindrome
  2. First Unique Character in a String

2/1/2021

  1. Implement strStr() 实际是字符sub string匹配问题,返回index。 注意 开头 特例情况

  2. Valid Parentheses Input: s = "()[]{}" Output: true

使用stack容器,左符号存入stack,右符号时,判断,stack中有左符号 相消, 否则 返回false(不对称,失败)

6/1/2021

  1. Remove Duplicates from Sorted Array

7/1/2021

  1. Move Zeroes

Array problems

14/1/2021
  1. Contains Duplicate.cpp mapping解决
14/03/2021
  1. Middle of the Linked List 快慢指针

leecode_start_from_12-2020's People

Contributors

ziming-liu 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.