Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in discrete-mathematics

Given an array of integers, find the minimum number of steps to make each value equal

Number equal to the sum of powers of its digits

Lehmer's extended GCD algorithm implementation

Implementing probability distribution function in Java

algorithm to trace border in 2D array

Fast factorization

Sense of zeropadding in a time domain

Complexity of a double for loop

How to find a 2 unpaired elements in array?

Equations Equality test (in C++ or with Unix tools) (algebra functions isomorphism) [closed]

Algorithmic order of growth of the code

How many different possible ways can persons be seated in a round table?

Expanding Programming Capabilities with Better Math

If g(n) = sqrt(n)^sqrt(n), does the complexity of g(n) = O(2^n)?

Rectangle Coordinates With Respect To The Rotation Angle

Resource placement (optimal strategy)

What is a good algorithm to check whether or not a number exist in multiple sets without searching them all?

Finding a pattern or formula to convert Sketch shape path points(json format) to svg path

Least number of perfect square numbers that sums upto n

Understanding why Floyd's tortoise and hare algorithm works when applied to an array of integers