Siddharth RoutforFuture Boundsidr.hashnode.net·Dec 3, 2020The Golden RatioA ratio is a relation between two numbers which shows their relative sizes. For example, if the number of red cars in a parking was 3, and the number of blue cars in the parking was 12, the ratio of red cars to blue cars would be 1:4, which tells us ...JohnWiggins and 14 others are discussing this15 people are discussing thisDiscuss·56 likes·746 readsMath
Hassib ModdasserforHassib Moddasserhassib.hashnode.net·May 14, 2021Ten+ Math Functions Every JavaScript Developer Should KnowIn this article, I want to show you the commonly used Math functions that every JavaScript developer should know. In addition to general examples, I have provided different use-case examples to clarify the context of functions. Let's dive in and have...Ankur Tyagi and 2 others are discussing this3 people are discussing thisDiscuss·50 likes·645 readsLet's Learn JavaScriptJavaScript
Meraj AhmedforMeraj Ahmed's Blogmeraj.hashnode.net·May 13, 2021There are infinite Prime NumbersConsider the below statement There is an Infinite number of Prime Numbers. I know you guys will think that it is obvious. But if you think deep, you will notice that it is not straightforward because as the number increases, the density of the pr...Discuss·49 likes·165 readsMathematics
Bandari sai kumarforBandari's blogtechrush.hashnode.net·Apr 20, 2023Missing Number C++ CodeThe approach used in this code is to calculate the sum of all the numbers in the input array nums, and then subtract it from the sum of all the numbers in the range [0, n]. The difference between these two sums is the missing number. Let's go through...Discuss·10 likesDSA
Idrissa HEMEDYforIdrissa's Bloghei.hashnode.net·Apr 5, 2023On the Way with Ordinary Differential EquationsWhy am I writing about Math topics when I am supposed to write about Coding? That is a legitimate question. I'm a student at ULPGL Goma in Applied Sciences so Math is all that we study in each subject and it is a major asked for knowledge in everythi...Discuss·11 likesMathematics
Yigakpoa IkpaeforYiga by Designyigakpoa.hashnode.net·Mar 31, 2023The Oppia X Yigakpoa Project - MCPSA brief Introduction This is the second part of my intervention with various organizations for Women's History Month using Oppia. I called it the Oppia X Yigakpoa project! You can read the first part here! In all 4 parts of the Oppia X Yigakpoa proje...Discuss·30 readsOppia X YigakpoaOpen Source
Philipp MuensforPhilipp Muenspmuens.hashnode.net·Mar 30, 2023What is a Message Authentication Code and How Does it Work?This Blog Post assumes some familiarity with Hash Functions. If you want to brush up your knowledge on such you can check out my introduction to Hash Functions. A Message Authentication Code (abbreviated as MAC) is a cryptographic primitive that prot...Discuss·34 readsCryptography
Philipp MuensforPhilipp Muenspmuens.hashnode.net·Mar 27, 2023What is a Hash Function and How Does it Work?Hash functions are Cryptography's workhorse. They're used in Digital Signature Algorithms, Merkle Trees, Zero Knowledge Proofs, Password Storage and many other Protocols and Cryptographic applications. A hash function is a primitive that provides int...Discuss·34 readsCryptography
Philipp MuensforPhilipp Muenspmuens.hashnode.net·Mar 21, 2023A High-level Overview of Modern CryptographyThere are many different definitions of Cryptography but if we break down the core idea behind it it's that of deriving procedures to protect protocols against malicious actors. Protocols in that context mean a set of steps that need to be carried ou...Discuss·34 readsCryptography
NiravforNirav's blogsrkds.hashnode.net·Feb 1, 2023Fundas of ProbabilityHi there, I'm writing this blog because probability is a part of my master's syllabus so, I wanna share my learnings here. Note: $$3x + 2a = 5^2$$ ❌don't follow this approach, like writing raw math equeations ✅ Instead use words,sentences, clarity, ...Discuss·11 likes·39 readsProbability & Statisticsprobability
Ashishforashii.hashnode.net·Jan 13, 2023Date and MathJavaScript provides a built-in Date object that allows you to work with dates and times in your code. In this blog post, we will take a deep dive into the Date object and explore the various methods and properties available for working with dates and...Discuss·51 readsJavaScript
Amit GajareforAmit Gajareamitgajare.hashnode.net·Oct 5, 2022Create Math Game Using C++I have to create a math game that generates random number Project: Math Game In C++ The Math Game is a single-player game. This project is an interesting project. Here, the user can test their calculation skills through this app. If you are able to g...Discuss·3 likes·272 readsC++ Projects2Articles1Week
Sai NikhilforThe Machine Learning Dude'smachinelearningdudes.hashnode.net·Sep 20, 2022ProbabilityTheory of probability is a study of random or unpredictable nature of experiments. It is helpful in investigating the important features of these experiments. A preliminary knowledge of set theory and permutations and combinations is a pre-requisit...Discuss·60 readsThe PrerequisitesMachine Learning