update the author info sjinzh -> codingonion (#1017)

* update author information

* Update index.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
codingonion
2024-01-02 01:25:37 +08:00
committed by GitHub
parent 0a3d66beb4
commit 7ffef7e1d6
103 changed files with 105 additions and 105 deletions
@@ -1,7 +1,7 @@
/*
* File: binary_search_recur.rs
* Created Time: 2023-07-15
* Author: sjinzh (sjinzh@gmail.com)
* Author: codingonion (coderonion@gmail.com)
*/
/* 二分查找:问题 f(i, j) */
@@ -1,7 +1,7 @@
/*
* File: build_tree.rs
* Created Time: 2023-07-15
* Author: sjinzh (sjinzh@gmail.com)
* Author: codingonion (coderonion@gmail.com)
*/
use std::{cell::RefCell, rc::Rc};
@@ -1,7 +1,7 @@
/*
* File: hanota.rs
* Created Time: 2023-07-15
* Author: sjinzh (sjinzh@gmail.com)
* Author: codingonion (coderonion@gmail.com)
*/
#![allow(non_snake_case)]