Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Mugdha-Hazra
/
CODING-BLOCKS-COMPETITIVE-CODING-COURSE
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
22
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
128 Commits
128 Commits
Competitive Coding Notes
Competitive Coding Notes
PRACTICE CODES
PRACTICE CODES
2048_Problem_Recursion.cpp
2048_Problem_Recursion.cpp
All Bitwise operators and Common bit operations.cpp
All Bitwise operators and Common bit operations.cpp
AllOccurance.cpp
AllOccurance.cpp
Almost Prime.cpp
Almost Prime.cpp
Birthday_Paradox_Problem.cpp
Birthday_Paradox_Problem.cpp
Bitset Sieve.cpp
Bitset Sieve.cpp
Bubble_sort_using_recursion.cpp
Bubble_sort_using_recursion.cpp
Fast_Exponentiation.cpp
Fast_Exponentiation.cpp
Fast_Power.cpp
Fast_Power.cpp
Generate Balanced Brackets Using N pairs of Round brackets.cpp
Generate Balanced Brackets Using N pairs of Round brackets.cpp
Increasing and Decreasing using recursion.cpp
Increasing and Decreasing using recursion.cpp
Julka.py
Julka.py
Last_Occurance_Recursion.cpp
Last_Occurance_Recursion.cpp
Manmohan Loves Patterns - I.cpp
Manmohan Loves Patterns - I.cpp
Maximum Length.cpp
Maximum Length.cpp
NOT SO EASY MATH.cpp
NOT SO EASY MATH.cpp
Phone Keypad problem using recursion.cpp
Phone Keypad problem using recursion.cpp
Playing with bits.cpp
Playing with bits.cpp
Prime Factorization using sieve.cpp
Prime Factorization using sieve.cpp
Prime Factorizations using optimal prime division.cpp
Prime Factorizations using optimal prime division.cpp
Prime Visits.cpp
Prime Visits.cpp
PrimeSieve.cpp
PrimeSieve.cpp
README.md
README.md
Recursion multiply 2 numbers without using * operator.cpp
Recursion multiply 2 numbers without using * operator.cpp
RecursionFirstOccuranceOrLinearSearch.cpp
RecursionFirstOccuranceOrLinearSearch.cpp
Recursive code for binary search.cpp
Recursive code for binary search.cpp
Replace Pi recursion.cpp
Replace Pi recursion.cpp
Segmented Prime Sieve| Prime 1 Spoj.cpp
Segmented Prime Sieve| Prime 1 Spoj.cpp
Stl containers, algorithm header files string class, sorting.pdf
Stl containers, algorithm header files string class, sorting.pdf
TAVAS AND SADDAS(LUCKY NUMBERS 4,7).cpp
TAVAS AND SADDAS(LUCKY NUMBERS 4,7).cpp
Tiling problem.cpp
Tiling problem.cpp
Too Much XOR.cpp
Too Much XOR.cpp
Tower of hanoi problem.cpp
Tower of hanoi problem.cpp
ULTRA_FAST MATHEMATICS.cpp
ULTRA_FAST MATHEMATICS.cpp
Unique number 1.cpp
Unique number 1.cpp
Unique number 2.cpp
Unique number 2.cpp
Unique number 3.cpp
Unique number 3.cpp
Vector introduction and methods.pdf
Vector introduction and methods.pdf
XOR PROFIT PROBLEM.cpp
XOR PROFIT PROBLEM.cpp
big integers factorial problem.cpp
big integers factorial problem.cpp
binary search ubber bound lower bound and frequency.cpp
binary search ubber bound lower bound and frequency.cpp
customised string sort.cpp
customised string sort.cpp
factorial_in_python.py
factorial_in_python.py
fibonacci_recursion.cpp
fibonacci_recursion.cpp
gcd of an array (Simple HCF).cpp
gcd of an array (Simple HCF).cpp
generate_sequence.cpp
generate_sequence.cpp
incredible hulk.cpp
incredible hulk.cpp
knapsack problem.cpp
knapsack problem.cpp
ladder Problem.cpp
ladder Problem.cpp
large prime check using sieve.cpp
large prime check using sieve.cpp
list stl.cpp
list stl.cpp
map stl implementation.cpp
map stl implementation.cpp
median of a vector.cpp
median of a vector.cpp
multimap implementation.cpp
multimap implementation.cpp
multiset implementation.cpp
multiset implementation.cpp
number of set bits.cpp
number of set bits.cpp
prime Visit.cpp
prime Visit.cpp
priority queue stl implementation of comparator class(part -2).cpp
priority queue stl implementation of comparator class(part -2).cpp
priority queue stl implementation(part -1).cpp
priority queue stl implementation(part -1).cpp
queue stl.cpp
queue stl.cpp
recursion array is sorted.cpp
recursion array is sorted.cpp
recursive function to perform power(a,n).cpp
recursive function to perform power(a,n).cpp
search (linear)stl.cpp
search (linear)stl.cpp
set stl imlementation.cpp
set stl imlementation.cpp
stack stl.cpp
stack stl.cpp
stl binary search.cpp
stl binary search.cpp
string class all stl functions.cpp
string class all stl functions.cpp
string generation Acode Recursion.cpp
string generation Acode Recursion.cpp
string to integer using recursion.cpp
string to integer using recursion.cpp
string tokensation using strtok functn.cpp
string tokensation using strtok functn.cpp
subarray using pegeonhole principle.cpp
subarray using pegeonhole principle.cpp
unordered map implementation.cpp
unordered map implementation.cpp
unordered map- hash function for custom class.cpp
unordered map- hash function for custom class.cpp
vector all operations [part 1].cpp
vector all operations [part 1].cpp
vector all operations and methods[part 2].cpp
vector all operations and methods[part 2].cpp
View all files
Repository files navigation
README
More
items
CODING-BLOCKS-COMPETITIVE-CODING-COURSE
About
No description or website provided.
Topics
challenges
codeforces-solutions
coding
coding-challenge
codingblocks
cpp
dsa-algorithm
noob-friendly
practice-programming
prime-numbers
stl-containers
Resources
Readme
Activity
Stars
22
stars
Watchers
2
watching
Forks
17
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.