Rishit Chaudhary
Rishit Chaudhary
I have added a C program called rishitc_unique_numbers.c, which given an input of random elements by the user, prints out the unique elements from the input list of elements. I...
Hi, I refactored the code by moving the structure definitions into another file and rewrote the delete node function to be more compact. I also added some comments to explain...
Hi, I've added my solution for the Leetcode Easy problem 226. Invert Binary Tree. My PR is for the contributions mentioned in #154. Link to the problem: https://leetcode.com/problems/invert-binary-tree/ I've also...
Hi, I was following the book by Andrei Alexandrescu. While reading about the **Phoenix Singleton Pattern**, I noticed the recommendation of the macro **ATEXIT_FIXED**, but I'm not able to find...
From the discussion in #2127, @mo8it suggested to open a issue for tracking the inclusion of an exercise for teaching nested pattern matching. It's been a while since that discussion,...