interactive-tutorials icon indicating copy to clipboard operation
interactive-tutorials copied to clipboard

Interactive Tutorials

Results 174 interactive-tutorials issues
Sort by recently updated
recently updated
newest added

The solution provided by the website is wrong and do not work, because the return value of malloc() need to be casted. [https://github.com/ronreiter/interactive-tutorials/blob/master/tutorials/learn-c.org/de/Dynamic%20allocation.md](issue) could be done like this: ``` point...

Python introduced f strings. This page: https://www.learnpython.org/en/String_Formatting should probably cover that instead of the % operator.

https://github.com/brython-dev/brython

I will use the Chinese version of other people's programming language tutorial

Hi, Will it be good idea to raise PR for LearnDocker.org? Just wanted to know if docker-commands will be supported by Server?

I think the solution differs from the exercise, in the case as the solution would search and delete all nodes with the value of "val" instead of deleting only the...

Dear all, I have a problem with appending a list in loops. Here is just the relevant piece of my code: Z=6 M=4 er1 = np.zeros(Z) erg=[ ] for n...