-
Updated
on Nov 9, 2020 - Python
algorithm-competitions
Here are 138 public repositories matching this topic...
-
Updated
on Oct 2, 2020 - Java
-
Updated
on Nov 8, 2020 - Go
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
-
Updated
on Nov 8, 2020 - C++
-
Updated
on Oct 30, 2020 - C++
-
Updated
on Nov 4, 2020 - C++
-
Updated
on Oct 23, 2019 - Python
-
Updated
on Oct 17, 2020
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
on May 5, 2019 - JavaScript
-
Updated
on Oct 29, 2020 - C++
-
Updated
on Jun 7, 2019
-
Updated
on Dec 5, 2017 - Java
-
Updated
on Sep 17, 2017 - C++
-
Updated
on Nov 7, 2020 - C++
-
Updated
on Mar 3, 2019 - C++
-
Updated
on Apr 11, 2020 - C++
-
Updated
on Jul 8, 2017 - Java
-
Updated
on Oct 13, 2019 - C++
-
Updated
on Sep 27, 2020 - C++
-
Updated
on Jul 29, 2020 - C++
-
Updated
on Jan 23, 2020 - Python
-
Updated
on Jan 11, 2018 - C++
-
Updated
on Oct 25, 2019 - Haskell
-
Updated
on Nov 2, 2020 - Python
Currently, the design decisions and code descriptions are maintained in a file development_notes.txt. Move it to the repository wiki.
-
Updated
on Mar 29, 2019 - C#
-
Updated
on Dec 9, 2019 - PHP
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."
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist