Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Update data.json #446

Closed
wants to merge 1 commit into from

Conversation

maniranjan2023
Copy link

Given an integer n, return the number of prime numbers that are strictly less than n.

Example 1:

Input: n = 10
Output: 4
Explanation: There are 4 prime numbers less than 10, they are 2, 3, 5, 7.
Example 2:

Input: n = 0
Output: 0
Example 3:

Input: n = 1
Output: 0

Copy link

@maniranjan2023

Welcome to the Project!

Thank you for opening a Pull Request 🙌! We’re thrilled to have you join us for Hacktoberfest 💖. We’ll review your submission and get back to you shortly.

In the meantime, please remember to give this repo a star! ⭐ We appreciate your contribution!

@Kushal997-das Kushal997-das added the SkillShow Welcome to SkillShow! Contribute by creating an issue before opening a pull request! label Nov 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
SkillShow Welcome to SkillShow! Contribute by creating an issue before opening a pull request!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants