Skip to content

Commit 25669b0

Browse files
authored
Update README.md
1 parent 30fb277 commit 25669b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
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) |
3535
| 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.
3636
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-
| | []() |
37+
| Print duplicate characters in a string | [get_dup_chars.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/get_dup_chars.py) |
38+
| Check if a given array has zero sum sub array | [hasZeroSumSubArray.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/hasZeroSumSubArray.py) |
39+
| Given a string, check if it only contains digits | [has_only_digits.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/has_only_digits.py) |
40+
| Given two lat, long coordinates , calculate `Haversine` distance between them | [haversine.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/haversine.py) |
41+
| Heap Data Structure | [heap_structure.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/heap_structure.py) |
42+
| Print numbers 1 to 100 without using any numbers or integers | [hundred_without_int.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/hundred_without_int.py) |
43+
| Write a program to convert interger to Roman Representation | [interger_to_roman_num.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/interger_to_roman_num.py) |
4444
| | []() |
4545
| | []() |
4646
| | []() |

0 commit comments

Comments
 (0)