提交 02cb349d 编写于 作者: 梦境迷离's avatar 梦境迷离

user link on readme

上级 c78fc157
此差异已折叠。
......@@ -9,7 +9,7 @@ use std::str::Chars;
use pre_structs::*;
///Leetcode 超简单的算法题目,主要为了熟悉rust语法
///rust所必须的数据结构
///rust所必须的数据结构,Solution.rs源码中的行号对应README.md链接的#L参数,新增代码只能追加到最后
mod pre_structs {
use std::cell::RefCell;
use std::rc::Rc;
......
此差异已折叠。
......@@ -6,7 +6,7 @@ package io.github.dreamylost
* @author liguobin@growingio.com
* @version 1.0,2020/4/9
*/
object LeetCode_589 extends App {
object Leetcode_589 extends App {
val node5 = new Node(5)
val node6 = new Node(6)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册