mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-18 17:31:13 +08:00
docs: update the whole repository
* fix some bugs * delete duplicate files * format code
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
package DataStructures.HashMap.Hashing;
|
||||
|
||||
class Node {
|
||||
int data;
|
||||
Node next;
|
||||
|
Reference in New Issue
Block a user