Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seamoonpandey/some-random-questions-on-the-internet
https://github.com/seamoonpandey/some-random-questions-on-the-internet
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/seamoonpandey/some-random-questions-on-the-internet
- Owner: seamoonpandey
- Created: 2023-02-28T14:15:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-05T12:15:06.000Z (over 1 year ago)
- Last Synced: 2024-04-22T06:02:15.581Z (7 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP Questions
## list of questions
1- In the game of cribbage you have 5 cards with suit numbers between 1 and 4. A flush scores 4 or 5 when 4 or 5 of the cards have the same suit. 0 is scored otherwise.
2-What is the sum of all angles in a convex polygon? : a triangle's angles have a sum of 180°, a square has a sum of 360
?-Raymond forgets things very often, so he keeps track of a to-do list. However each day he still forgets to do things from his to-do list. Given a daily to-do list (of length T) and what he did for the day (of length N), remind Raymond by outputting what he forgot about, sorted ALPHABETICALLY.