Community Profile

photo

Sawan Kumar Jindal


Active since 2016

Followers: 0   Following: 0

I am a graduate student with deep interests in Machine Learning, Computer Vision, Data Mining.

Statistics

All
  • First Answer
  • Scavenger Finisher
  • Solver
  • Commenter

View badges

Feeds

View by

Answered
Storing values from nested FOR loop (array only saves last run of results)
The first thing to do is assign zero value to each location of the matrix and then, use for loops to store the value. You have n...

7 years ago | 1

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago