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

Commit 30fb277

Browse files
Update README.md
1 parent 0c0def3 commit 30fb277

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

‎README.md‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,42 @@
3232
| Given a string, find the first non-repeating character in it. For example, if the input string is "GeeksforGeeks", then output should be ‘f’ and if input string is "GeeksQuiz", then output should be ‘G’. | [first_unique_letter.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/first_unique_letter.py) |
3333
| Write a function that given a list of non negative integers, arranges them such that they form the largest possible number. For example, given [50, 2, 1, 9], the largest formed number is 95021 | [gen_largest_num_frm_list.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/gen_largest_num_frm_list.py) |
3434
| Tree Data Structure in Python | [general_tree_structure.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/general_tree_structure.py) |
35+
| Given the arrival and departure times of all trains that reach a railway station, the task is to find the minimum number of platforms required for the railway station so that no train waits.
36+
We are given two arrays that represent the arrival and departure times of trains that stop. | [getMinPlatforms.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/getMinPlatforms.py) |
37+
| | []() |
38+
| | []() |
39+
| | []() |
40+
| | []() |
41+
| | []() |
42+
| | []() |
43+
| | []() |
44+
| | []() |
45+
| | []() |
46+
| | []() |
47+
| | []() |
48+
| | []() |
49+
| | []() |
50+
| | []() |
51+
| | []() |
52+
| | []() |
53+
| | []() |
54+
| | []() |
55+
| | []() |
56+
| | []() |
57+
| | []() |
58+
| | []() |
59+
| | []() |
60+
| | []() |
61+
| | []() |
62+
| | []() |
63+
| | []() |
64+
| | []() |
65+
| | []() |
66+
| | []() |
67+
| | []() |
68+
| | []() |
69+
| | []() |
70+
| | []() |
3571
| | []() |
3672
| | []() |
3773
| | []() |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /