HarshCasper / NeoAlgo-Docs

Bringing an all Open-Source Platform to study Data Structures and Algorithms âš¡
MIT License
27 stars 49 forks source link

Dutch National Flag #540

Closed gayatri517 closed 3 years ago

gayatri517 commented 3 years ago

📚 Documentation

Given an unsorted array consisting 0s, 1s and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in last.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Please assign it to me