Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsonowal authored Nov 16, 2023
1 parent 8462c33 commit 59da945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interview_prep/coding/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| Company | Problem | Complexity | Solution Link|
|---------|---------|------------|--------------|
| Citadel | Permutation | O(nCk) time and space | [Code](https://github.com/akashsonowal/interview-prep/blob/main/interview_prep/coding/combination.py) |
| Citadel | Permutation | O(n!) time and O(n*n!) space | [Code](https://github.com/akashsonowal/interview-prep/blob/main/interview_prep/coding/permutation.py) |
| Meta | Combination | O(nCk) time and space | [Code](https://github.com/akashsonowal/interview-prep/blob/main/interview_prep/coding/combination.py) |

0 comments on commit 59da945

Please sign in to comment.