The Wayback Machine - https://web.archive.org/web/20201027223520/https://github.com/topics/algorithm-competitions
Skip to content
#

algorithm-competitions

Here are 137 public repositories matching this topic...

fernandobperezm
fernandobperezm commented Oct 18, 2020

Describe your change:

Added a solution to Project Euler Problem 203 "Squarefree Binomial Coefficients" Link.

The solution is based on three main pilars.

  1. Calculate the unique coefficients of a Pascal's Triangle of depth d .
  2. Calculate the prime numbers between 2 and the maximum coefficient Cmax using a variant of the Sieve of Eratos

My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)

  • Updated Oct 24, 2020
  • C++
cpeditor
coder3101
coder3101 commented Aug 1, 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:

  1. 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

Improve this page

Add a description, image, and links to the algorithm-competitions topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.