Dhanish ShettyforCOPS IIT BHUblogs.copsiitbhu.co.in·Dec 19, 2024Understanding Euler's Totient Function: A Key Tool in Number TheoryEuler’s Totient Function often symbolised as ϕ(n), is one of the most important and fascinating functions in number theory. Named after the mathematician Leonhard Euler, it counts the number of integers upto a given integer n that are coprime to n. T...30 likes·159 readsProgramming Blogs
Dhanish ShettyforCOPS IIT BHUblogs.copsiitbhu.co.in·Dec 19, 2024Understanding Euler's Totient Function: A Key Tool in Number TheoryEuler’s Totient Function often symbolised as ϕ(n), is one of the most important and fascinating functions in number theory. Named after the mathematician Leonhard Euler, it counts the number of integers upto a given integer n that are coprime to n. T...30 likes·159 readsProgramming Blogs
Soumyajit Karmakarcodeiiest.hashnode.dev·Dec 9, 2024CP-DSA ResourcesPrerequisite Learn a Language. Language preference order → C++ > Java > Python. Language does not matter much; you can choose your language based on your interests and prior experience. If you are entirely new, then go with C++. C++ Resources C++ ...Competitive programming
Replreplag.hashnode.dev·Dec 1, 2024Understanding the Basics of Competitive ProgrammingHi guys, this is my first blog where I will talk about competitive programming. The reason I'm writing about competitive programming is to ensure I understand it too (lol). So, my initial thoughts on competitive programming is a mental sport that inv...1 likeProgramming & Math with the Feynman MethodCompetitive programming
Mohammed Anwaros-module-in-python.hashnode.dev·Nov 30, 2024Time Complexity: Beyond Interview QuestionsDuring technical interviews, many developers first encounter Big O notation and time complexity analysis. This often leads to the misconception that these concepts are merely academic exercises. However, understanding time complexity is crucial for b...1 like·29 readsGeneral Programming
Ilija BoshkovforBase42blog.42.mk·Nov 29, 2024Announcing Base42 Advent of Code 2024We’re excited to start the Base42 Advent of Code 2024 Competition, a unique event that combines programming challenges, friendly competition, and charitable giving. This year, Base42 is not only bringing you the thrill of solving coding puzzles but a...Base42
JealousGxblog.jealous.dev·Nov 15, 2024Staying Ahead: The Importance of Market Trends for Full-Stack Web DevelopersThe software engineering landscape, especially in web development, evolves at a pace like no other. As a full-stack web developer, staying current with the latest technologies isn't just a nice-to-have—it's a necessity. The rapid changes in framework...Web Development
Deepak Kumarburnout.hashnode.dev·Oct 28, 2024How to Master the Sliding Window Pattern: A Detailed GuideThe Sliding Window pattern is like looking through a small window that moves across a long line of objects (like an array or string). This pattern helps us solve problems quickly by focusing on a small part of the data at a time. What is the Sliding ...Sliding window pattern
Sahil MahapatraforfreeCodeCampfreecodecamp.org·Oct 14, 2024Binary Exponentiation Algorithm – Explained with Practical ExamplesBinary exponentiation, also known as exponentiation by squaring, is a powerful algorithm used to efficiently calculate large powers of numbers. This technique is particularly useful in various fields of computer science, including cryptography, compe...algorithms
Jashjash.hashnode.dev·Oct 11, 2024About MeI am a Computer Science and Engineering student who is a tech enthusiast and loves to share his knowledge, experiences, and opinions about the latest tech trends and technologies. Currently, I am grinding Competitive Programming and will soon start l...aboutme
Divyanshu DuttaforCOPS IIT BHUblogs.copsiitbhu.co.in·Oct 5, 2024Linear Diophantine EquationsDiophantine Equation: In mathematics, a Diophantine equation is an equation, typically a polynomial equation in two or more unknowns with integer coefficients, for which only integer solutions are of interest. A linear Diophantine equation equates to...41 likes·297 readsProgramming Blogs