Rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef S1_TWO_SUM_HPP
|
||||
#define S1_TWO_SUM_HPP
|
||||
#ifndef S0001_TWO_SUM_HPP
|
||||
#define S0001_TWO_SUM_HPP
|
||||
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
@@ -1,5 +1,5 @@
|
||||
#ifndef S2_ADD_TWO_NUMBERS_HPP
|
||||
#define S2_ADD_TWO_NUMBERS_HPP
|
||||
#ifndef S0002_ADD_TWO_NUMBERS_HPP
|
||||
#define S0002_ADD_TWO_NUMBERS_HPP
|
||||
|
||||
struct ListNode {
|
||||
int val;
|
Reference in New Issue
Block a user