Algorithm

Algorithm



  • Home
  • Algorithm
    • LeetCode
    • LintCode
    • HDUOJ
  • Online Judge
  • Archive


Stack

Stack

[LeetCode 71] Simplify Path [Java]

 2018-02-22

1. Description Given an absolute path for a file (Unix-style), simplify it. 2. Example path = "/home/", => "/home" path = "/a/./b/../../c/", =...


 NOTHING
 589 views

Stack

[LeetCode 150] Evaluate Reverse Polish Notation [Java]

 2017-12-22

1. Description Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be a...


 NOTHING
 792 views

Stack

[LeetCode 20] Valid Parentheses [Java]

 2017-11-22

1. Description Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets ...


 NOTHING
 597 views

Stack
leetcode

[LeetCode 316] Remove Duplicate Letters [C] [Runtime : 3 MS]

 2017-07-05

1. Runtime Distribution 2. Submission Details 3. Description Given a string which contains only lowercase letters, remove duplicate letters so th...


 NOTHING
 963 views

Copyright © 2017- 2023. DunSO All rights reserved.

  • Home
  • Algorithm
    • LeetCode
    • LintCode
    • HDUOJ
  • Online Judge
  • Archive

What do you want to search...

