Home

Science and Technology

Keep Discovering, Inventing, Innovating…

Aspiration


Discover

Discover the new. The latest updates regarding new discoveries in Scence.

Invent

Invent the new. We are here to expand our boundaries by new inventions.

Innovate

Innovate the world. Innovate the new in technologies and science research.


Try with latest updates

Science and Technology Updates


Namaste and Welcome to the blog!!

Retrieval Augmented Generation (RAG)

There is a trending term that is floating around in the Artificial Intelligence (AI) field, i.e., “RAG”. So, to satisfy the curiosity, let’s get to know what RAG is. Before that, let us have a brief idea of Generative AI. What is Generative AI? Generative AI is an Artificial Intelligence system capable of creating new…

Keep reading
Software developer programming code black by Markus Spiske is licensed under CC-CC0 1.0

Solving Problem: Sum of Multiples

Introduction The sum of multiples of k below n is: Formula: Sk=k⋅m(m+1)2 where m=⌊n−1k⌋. Problem Statement: Find the sum of multiples of 3 or 5 below N. For example: If we list all the natural numbers below that are multiples of  3 or 5, we get 3, 5, 6, and 9. The sum of these multiples is 23. Input…

Keep reading

Bit Manipulation Basics

(Python) Let’s have a quick review of Bit Manipulation techniques in Python. Bitwise Operators Operator Description Example & Bitwise AND a & b ` Bitwise OR a ` b ^ Bitwise XOR a ^ b ~ Bitwise NOT ~a << Left Shift a << n >> Right Shift a >> n Example Program Output: a…

Keep reading

Something went wrong. Please refresh the page and/or try again.

One reply on “Home”

Leave a comment