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 c388f61

Browse files
Update README.md
1 parent ae8a52a commit c388f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ The LCA of n1 and n2 in T is the shared ancestor of n1 and n2 that is located fa
7171
| Preorder Traversal of a Binary Search Tree in Iterative fashion | [preorder_iterative_bst.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/preorder_iterative_bst.py) |
7272
| Implementation of a priority Queue | [priority_queue_simple.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/priority_queue_simple.py) |
7373
| Process the string "k:1 |k1:2|k2:3|k3:4" into a dictionary {k:1,k1:2,...} | [processStringToDict.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/processStringToDict.py) |
74-
| | []() |
75-
| | []() |
74+
| Given an array arr[] of n integers, construct a Product Array prod[] (of same size) such that prod[i] is equal to the product of all the elements of arr[] except arr[i]. | [product_puzzle.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/product_puzzle.py) |
75+
| Implementation of a Queue Data Structure | [queue_data_structure.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/queue_data_structure.py) |
7676
| | []() |
7777
| | []() |
7878
| | []() |

0 commit comments

Comments
(0)

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