algorithm-competitions
Here are 138 public repositories matching this topic...
-
Updated
Aug 17, 2020 - Java
Added object oriented approach for BST. Please review and let me know if any changes are required.
-
Updated
Aug 28, 2020 - C
-
Updated
Aug 28, 2020 - Go
-
Updated
Jul 9, 2020 - C++
-
Updated
May 4, 2020 - C++
-
Updated
Oct 23, 2019 - Python
-
Updated
Aug 30, 2020 - C++
-
Updated
Aug 25, 2020
-
Updated
May 5, 2019 - JavaScript
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
- There is no need to explicitly call
delete
on widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below:
class Widget: public QObject
-
Updated
Aug 16, 2020 - C++
-
Updated
Jun 7, 2019
-
Updated
Dec 5, 2017 - Java
-
Updated
Sep 17, 2017 - C++
-
Updated
Aug 29, 2020 - C++
-
Updated
Mar 3, 2019 - C++
-
Updated
Apr 11, 2020 - C++
-
Updated
Aug 22, 2020 - C++
-
Updated
Jul 8, 2017 - Java
-
Updated
Oct 13, 2019 - C++
-
Updated
Jul 29, 2020 - C++
-
Updated
Jan 23, 2020 - Python
-
Updated
Jan 11, 2018 - C++
-
Updated
Oct 25, 2019 - Haskell
-
Updated
Mar 29, 2019 - C#
-
Updated
Dec 9, 2019 - PHP
-
Updated
Aug 3, 2020 - TypeScript
Currently, the design decisions and code descriptions are maintained in a file development_notes.txt. Move it to the repository wiki.
Improve this page
Add a description, image, and links to the algorithm-competitions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algorithm-competitions topic, visit your repo's landing page and select "manage topics."
currently, some of the programs use static type checking like this program but some of the programs did not use static typing.
it's a good practice to use static typing as it makes code more clear and readable, should we make it a standard for this repository.we can use mypy for