12 comments (12 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Can I implement this in C++?
Contributor guide
- Research direction
- Understand the problem: given an integer, find its greatest digit. Consider edge cases like negative numbers and zero. Implement a function that extracts digits using modulo 10 and division by 10, tracking the maximum digit.
- Tech stack
- cpp
- Domain
- None
- Issue type
- Feature
- Prerequisites
- C++