Giter Site home page Giter Site logo

gitgrind's People

Contributors

0prashantyadav0 avatar aayushgupta56 avatar ajaymaheshwari23 avatar akhilender-bongirwar avatar arjunkunwar16 avatar beforeikillyou avatar digvijay2406 avatar gauravghodinde avatar illuminati9 avatar kalyanchilamkuri avatar karanagarwal12 avatar kota-karthik avatar mrimmortal09 avatar pavanasaketharam avatar saiganeshposhith avatar shibo911 avatar shishiro26 avatar siri-maya-lalitha-10 avatar vishalparida avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gitgrind's Issues

Provide Solution for Question_7

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_7.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Fix Bugs in Paired_Char Problem

Issue Type: [Fix Bugs]

Description:

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Paired_Char.cpp file.
  • It has some logical errors and your task is to solve them.

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution for the Josephus

Issue Type: Different Approach

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the Josephus.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide Solution for Question_4

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_4.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide Solution for Question_3

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_3.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized Solution for Sorting.cpp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the sorting.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized Solution for MinAndMax.cp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the minAndMax.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized Solution for Factorial.cpp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the factorial.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide Solution for Question_1

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_1.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Issue request for Problems/Fix_Bugs/Josephus.cpp

Issue Type: Fix Bugs

Description:

There are N people standing in a circle waiting to be executed. The counting out begins at some point in the circle and proceeds around the circle in a fixed direction. In each step, a certain number of people are skipped and the next person is executed. The elimination proceeds around the circle (which is becoming smaller and smaller as the executed people are removed), until only the last person remains, who is given freedom.

Given the total number of persons N and a number k which indicates that k-1 persons are skipped and the kth person is killed in a circle. The task is to choose the person in the initial circle that survives.

Proposed Changes:

In this issue if ansth person is executed, ans+1th will be the next starting safe point the recursive call.
there by we will update the value of ans to ans+1

Additional Information (if any):

none


Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

solve the example

This is a demo issue to show how to get an issue assigned and create a PR after making the required changes.

Fix Bugs in Register_Username Problem

Issue Type: [Fix Bugs]

Description:

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Register_Username.cpp file.
  • It has some logical errors and your task is to solve them.

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution to GCD

Issue Type: Alternate Approach

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the GCD.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution to Palindrome

Issue Type: Alternate Approach

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the palindrome.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution to Longest Subarray Length

Issue Type: Alternate Approach

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the LongestSubarrayLength.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized Solution for FindNumber.cpp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the findNumber.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized solution for noOfchars.cpp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the noOfchars.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized approach for reverseString.cpp

Issue Type: [Provide Solution/Fix Bugs/Optimize Solution/Different Approach]

Description:

Navigate to Problems/Optimize_solution
There you can find the reverseString.cpp file.
Provide Optimal Solution for the problem in C++


Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Fix Bugs in the Josephus Problem

Issue Type: Fix Bugs

Description:

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Josephus.cpp file.
  • It has some logical errors and your task is to solve them.

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Fix Bugs in Sorting Problem

Issue Type: [Fix Bugs]

Description:

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Sorting.cpp file.
  • It has some logical errors and your task is to solve them.

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an Optimized Solution for Fibonacci.cpp

Issue Type: Optimize Solution

Description:

  • Navigate to Problems/Optimize_solution
  • There you can find the fibonacci.cpp file.
  • Provide Optimal Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide Solution for Question_2

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_2.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution to Power

Issue Type: Alternate Approach

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the power.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide an alternate solution to TOH problem

Issue Type: [Alternate Approach]

Description:

  • Navigate to Problems/Alternate_Approach
  • There you can find the TOH.cpp file.
  • Provide an alternate method to solve the problem

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Fix Bugs in Missing_Numbers Problem

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Missing_Numbers.cpp file.
  • It has some logical errors and your task is to solve them.

Provide Solution for Question_5

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_5.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Fix Bugs in Next_Element Problem

  • Navigate to Problems/Fix_Bugs.
  • There you can find the Next_Element.cpp file.
  • It has some logical errors and your task is to solve them.

to create an issue for providing optimized solution of minandmax.cpp programme

Issue Type:
Optimize Solution

Description:

Here in the given code we are mainly finding the maximum and minimum number of the array by reading the whole array element by element and comparing each element with two variables max=0 and min=0 if array element>max array element is equal to max and array element<min array element is equal to min in this way we found out minimum and maximum value in the array.

Proposed Changes:

Basically in the optimized solution i am use a pointer *max_element(arr,arr+lenghtofarr) which points to the max valued element in the array and then we use the pointer *min_element(arr,arr+lenghtofarr) which points to the min value element of the array , therteby satisfying the inbuilt function need.

Thereby, I request @Illuminati9 to assign this issue to me.

to solve the Question_2.md

Issue Type: [Provide Solution/Fix Bugs/Optimize Solution/Different Approach]

Description:

[Provide a detailed description of the issue. Include the problem statement, relevant code snippets (if applicable), and any additional context necessary for understanding the problem.]

Proposed Changes:

[Describe the changes you plan to make to address the issue. If you're providing a solution, include the code snippets or algorithm you intend to implement. For bug fixes, explain the changes you will make to resolve the bug.]

Additional Information (if any):

[Include any additional information that might be helpful in understanding the issue, such as environment details, related issues, etc.]


Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Provide Solution for Question_6.md

Issue Type: Provide Solution

Description:

  • Navigate to Problems/Solution
  • There you can find the Question_6.md file.
  • Provide Solution for the problem in C++

Note:

  • Please make sure to follow the guidelines mentioned in the README file.
  • Commit your changes frequently and use descriptive commit messages.
  • If you have any doubts or need clarifications, reach out on the GDSC IIITL Discord Server.

Happy coding! ๐Ÿš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.