Skip to content

Commit

Permalink
added more problems on function
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Jun 15, 2024
1 parent 55e8877 commit 3b3ba12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blog/2024-06-03-function-problems/function-problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,15 @@ tags: ["30daysofcpp", "functions", "practice-problems","leetcode","hackerrank","

- [Power of two](https://leetcode.com/problems/power-of-two/description/)

- [Sum of Digits](https://www.geeksforgeeks.org/problems/sum-of-digits-of-a-number-in-cpp/)

- [Palindrome Number](https://leetcode.com/problems/palindrome-number/description/)

- [Count Characters](https://edabit.com/challenge/et2Zbmb3bxdcm6xnf)

- [Calculate Distance](https://www.hackerrank.com/challenges/kruskalmstrsub/problem)

- [Generate Parentheses](https://leetcode.com/problems/generate-parentheses/description/)



0 comments on commit 3b3ba12

Please sign in to comment.