I have created a coding challenge on hackerrank where provided Indian states and their revenue, three consecutive states with highest revenue have tone determined.
Read the specifications in link provided.
Data has been taken from RBI website for 2022.
Provided an array of characters, determine if they are able to form the word “Indian constitution”. Repetition of characters is not allowed.
Available languages: c#, java, python, javascript
Checklist
- task Test by your kongsberg ID.
Links
- https://www.hackerrank.com/happy-republic-day-1674649156 → Working Contest Link
- https://stackoverflow.com/questions/4618298/randomly-mix-lines-of-3-million-line-file - Shuffle lines of python file