Kavya Gupta
Kavya Gupta
Hello @markandey007 may you please assign this or let me know if not or if it preexists.
Hello @RajkumarSony, may you please assign me this
Your Repo Code for checking a prime number can be made faster (link for your code is in description)
Hello @Ritik-Banger-Biz4group, https://github.com/ritikbanger/Hacktoberfest2022-DSA/blob/main/Prime%20Number%20finder This code is not optimised much, it's time complexity can be reduced from O(N/2) to O((√N)/2) which will be way more faster and also easy to read...
Hello @king04aman I would like to add 3 different ways to check if a number is power of 2 or not in a single cpp file. I found that you...
Hello @king04aman , here's the PR let me know if you want to do any interesting changes in this. Thanks for giving chance to contribute.
Want to add 20. Valid Paranthesis Leetcode (basic & important implementation of stack for beginners)
Hello @Pr8862 , I have seen your repo and found it quite interesting but then I got to know that it misses stack important implementations so I would like to...