shivamdroidoreo

Results 8 issues of shivamdroidoreo

made a simple calculator design using css

### What would you like to share? Potential Improvements: Loop Start Index: In the loop, i starts from 0 and runs for n - 2 iterations. This works but can...

Explanation of Changes: Loop starting from i = 3: This matches the idea that Tribonacci starts at n = 3 for the iterative part. It loops until i = n,...

Leetcode folder changes

Issues found: Child node selection issue: The code is using quoteElement.childNodes[0] and quoteElement.childNodes[wordIndex]. The childNodes property includes all nodes, such as text nodes, which can interfere with the correct selection...

no-issue-activity

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. Fixes # (issue) ## Type of change - [ ]...

A clear and concise description of what the bug is: When executing a CREATE relationship between nodes in Apache AGE using the Cypher query, the operation fails with an error...

bug

Improvements: Use of : This header includes all standard library headers, which can increase compilation time unnecessarily. It is better to include only the specific headers you need, in this...

Improvements: Use of : This header includes all standard library headers, which can increase compilation time unnecessarily. It is better to include only the specific headers you need, in this...