8000 Improved task 1 · LeetCode-in-Php/LeetCode-in-Php@9e4322b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e4322b

Browse files
authored
Improved task 1
1 parent 491e236 commit 9e4322b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/php/g0001_0100/s0001_two_sum/Solution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace g0001_0100\s0001_two_sum;
3+
namespace leetcode\g0001_0100\s0001_two_sum;
44

55
// #Easy #Top_100_Liked_Questions #Top_Interview_Questions #Array #Hash_Table
66
// #Data_Structure_I_Day_2_Array #Level_1_Day_13_Hashmap #Udemy_Arrays #Big_O_Time_O(n)_Space_O(n)

src/test/php/g0001_0100/s0001_two_sum/SolutionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace g0001_0100\s0001_two_sum;
3+
namespace leetcode\g0001_0100\s0001_two_sum;
44

55
use PHPUnit\Framework\TestCase;
66

0 commit comments

Comments
 (0)
0