python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there an algorithm, to find values of a polynomial with big integers, quickly without loops?
For example, if I want to find
1085912312763120759250776993188102125849391224162 = a^9+b^9+c^9+d
the code needs to brings
a=3456
b=78525
c=217423
d=215478
I do not need specific values, only that they...
Mencey
Votes: 0
Answers: 2
Link conventions
There are multiple ways of declaring a link with a title or without. I'm wondering whether there is a preferred way of doing it, either official or widely used in the community.
Taken from markdowngui...
tigerros
Votes: 0
Answers: 1
Structure for pin declarations
I'm wondering how I should structure my code for the pin declarations of my MCP23017 (an I/O expander microchip) and whether I should put that in a function or not.
So currently I got the below script...
MrRaggamuffin
Votes: 0
Answers: 1
Should layers be visualized in the code structure?
After have read Clean Architecture by Uncle Bob i have been thinking about the concept of screaming architecture and the last chapter around organizing code.
I have generally liked working with layers...
CEH
Votes: 0
Answers: 1