Cyril Mialik
@cyril.mialik
Any sufficiently advanced technology is indistinguishable from magic.
23 posts
rustlang

How to reverse a list in RUST

Here we'll talking about how does reverse a list into RUST.

How to check whether number is even or not

In a nutshell: computer's numbers usually represented as binary sequence of 0 and 1. The first bit of that sequence is denoted as even or odd number where odd is 0 and even is 1. So you can check a number by using binary operation.