最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

leetcode 1598. Crawler Log Folder(easy)

2022-02-19 09:56 作者:您是打尖兒還是住店呢  | 我要投稿


The Leetcode file system keeps a log each time some user performs a?change folder?operation.

The operations are described below:

  • "../"?: Move to the parent folder of the current folder. (If you are already in the main folder,?remain in the same folder).

  • "./"?: Remain in the same folder.

  • "x/"?: Move to the child folder named?x?(This folder is?guaranteed to always exist).

You are given a list of strings?logs?where?logs[i]?is the operation performed by the user at the?ith?step.

The file system starts in the main folder, then the operations in?logs?are performed.

Return?the minimum number of operations needed to go back to the main folder after the change folder operations.

?

Example 1:

Input: logs = ["d1/","d2/","../","d21/","./"]Output: 2Explanation: Use this change folder operation "../" 2 times and go back to the main folder.

Example 2:

Input: logs = ["d1/","d2/","./","d3/","../","d31/"]Output: 3

Example 3:

Input: logs = ["d1/","../","../","../"]Output: 0

?

Constraints:

  • 1 <= logs.length <= 103

  • 2 <= logs[i].length <= 10

  • logs[i]?contains lowercase English letters, digits,?'.', and?'/'.

  • logs[i]?follows the format described in the statement.



Runtime:?0 ms, faster than?100.00%?of?Java?online submissions for?Crawler Log Folder.

Memory Usage:?41.3 MB, less than?38.53%?of?Java?online submissions for?Crawler Log Folder.


leetcode 1598. Crawler Log Folder(easy)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
漳州市| 昭平县| 桂平市| 承德县| 定陶县| 博爱县| 张家口市| 正镶白旗| 和龙市| 宾川县| 岳池县| 青田县| 大兴区| 仁怀市| 芦溪县| 兴城市| 沾化县| 葫芦岛市| 伊春市| 诸暨市| 都匀市| 含山县| 阿图什市| 卢龙县| 兰西县| 新乡市| 浪卡子县| 靖江市| 洪湖市| 永善县| 精河县| 杭锦旗| 寿阳县| 英山县| 平塘县| 正阳县| 永兴县| 临海市| 辰溪县| 东兰县| 济宁市|