摘要: leetcode刷题笔记二十 有效的括号 Scala版本 源地址: "20. 有效的括号" 问题描述: Given a string containing just the characters , , , , and , determine if the input string is valid 阅读全文
posted @ 2020-04-19 22:25 ganshuoos 阅读(131) 评论(0) 推荐(0) 编辑
摘要: leetcode刷题笔记十九 删除链表的倒数第N个节点 Scala版本 源地址: "19. 删除链表的倒数第N个节点" 问题描述: Given a linked list, remove the n th node from the end of list and return its head. 阅读全文
posted @ 2020-04-19 22:17 ganshuoos 阅读(103) 评论(0) 推荐(0) 编辑