krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
95.51k stars 12.12k forks source link

fix: 修改列表页 java 代码示例 #1259

Closed lazysnail1024 closed 5 months ago

lazysnail1024 commented 5 months ago

列表 插入元素 java示例代码中 在指定索引插入元素 应为insert方法

krahets commented 5 months ago

Closed because the original code is correct.