Google Kickstart

D
2 min readFeb 15, 2022
Photo by Alex Dudar on Unsplash

It’s that time of the year again. Google Kickstart is back! Here are some tools that you can use to boost your skills as a developer

Tip 1:

In order to sum up an std::vector<int> use the <numeric> library and do the following

std::vector<int> some_container = {1, 2, 3, 4, 5}// The late value is the initialisation value which is typically 0…

--

--

D

An aspiring Robotics Researcher. I am currently in my 4th year of undergraduate studies. I am working on optimising the ROS navigation packages. Follow 4 more!