Diptangsu Goswami
Diptangsu Goswami
When I added the dependency to the gradle file, it raised an error at android:icon="@drawable/ic_launcher" I managed to fix it. But my app crashes whenever I use the SweetAlert.
I think it would be better to have the cheatsheet documents as `.md` files instead of the corresponding language files. It would be more readable and it would be able...
For example, in [this](https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/vscode.md) file. It would be better to write [Better comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) instead of `Better comments`.
Since Java already has it. Have a look at [this](https://github.com/diptangsu/Sorting-Algorithms/blob/master/Java/AlgorithmComparison.java) file to understand what this issue is.
Add a few lines about every sorting algorithm present in the repository in the README.md file.
Add a proper function and add the sorting code in the function. User `if __name__ == '__main__':` and write a few lines of code with a simple example.
Create a folder called `src-language` (`src-python`, `src-c` etc.) and add code inside that folder. Create such folders if they don't exist.
Format the python codes according to `pep8` conventions. Change comments to docstrings wherever required, etc.
Add code for any other data structure available.