fixed typo (#1363)

Co-authored-by: unknown <nickjr@gmail.com>
This commit is contained in:
Nikhil k
2023-09-19 16:40:32 +05:30
committed by GitHub
parent 00e40e6f06
commit 9757e2bee3
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Problem: Given two numbers, n and k, make all unique combinations of k numbers from 1 to n and in sorted order
What is combinations?
- Combinations is selecting items from a collections without considering order of selection
- Combinations is selecting items from a collections without considering the order of selection
Example:
- We have an apple, a banana, and a jackfruit