Aryaman Kolhe

Results 5 issues of Aryaman Kolhe

Pointer to a pointer implementation is incorrect: MAIN var a = 15 var *ptr = &a var **ptr2 = &ptr END_MAIN The above simc code should be valid, but it...

bug
moderate

Code needs to explain the core algorithm and when and where it can be used in docstring.

enhancement
Moderate

### Describe the Issue! Put it somewhere else...

### Problem Description The current issue templates are for qutip, not for amigos ### Proposed Solution Change format ### Alternate Solutions _No response_ ### Additional Context _No response_

We need to add a multiline comment to all the programs in 'DSA Fundamentals' which contains pseudocode that is comprehensive enough to understand the algorithm. This is to make the...

documentation
good first issue