Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a69be2

Browse files
committed
Formatted 1535_Find_the_Winner_of_an_Array_Game.java
1 parent0d58273 commit9a69be2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎1535_Find_the_Winner_of_an_Array_Game.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
// id: 1535
2-
// Name: Find the Winner of an Array Game
3-
// link: https://leetcode.com/problems/find-the-winner-of-an-array-game/
4-
// Difficulty: Medium
1+
/*
2+
* 1535. Find the Winner of an Array Game
3+
* Problem Link: https://leetcode.com/problems/find-the-winner-of-an-array-game/
4+
* Difficulty: Medium
5+
*
6+
* Solution Created by: Muhammad Khuzaima Umair
7+
* LeetCode : https://leetcode.com/mkhuzaima/
8+
* Github : https://github.com/mkhuzaima
9+
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10+
*/
511

612
classSolution {
713
publicintgetWinner(int[]arr,intk) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp