Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Pavithran K

data science

Introduction

I'm pavithran B.E computer science

4 Projects

Project

Objective:

Code submitted below

calendar

09 Aug 2022 07:00 AM IST

    Read more

    Project 1

    Objective:

    1. public class EquilibriumPoint { int findEquilibrium(int [] A, int n){ int sum = 0; // initialize sum of whole array int leftsum = 0; // initialize leftsum /* Find sum of the whole array */ for (int i = 0; i < n; ++i){ sum += A[i]; } for (int i = 0; i < n; ++i) { sum -= A[i]; // sum is now right sum for index i if (leftsum…

    calendar

    07 Sep 2022 02:26 PM IST

      Read more

      Project 2

      Objective:

      1. public class SubarrayWithSum { private static void FindSubArrayWithSumS(int[] arr, int s) { int sum = 0; int left, right; left = right = 0; for(int i = 0; i s){ sum -= arr[left]; left++; } // when sum becomes equal to our target sum, we return the indices if(sum == s){ System.out.println(left + " " + right); break;…

      calendar

      13 Sep 2022 11:27 AM IST

        Read more

        Project 2

        Objective:

        1. public class SubarrayWithSum { private static void FindSubArrayWithSumS(int[] arr, int s) { int sum = 0; int left, right; left = right = 0; for(int i = 0; i s){ sum -= arr[left]; left++; } // when sum becomes equal to our target sum, we return the indices if(sum == s){ System.out.println(left + " " + right); break;…

        calendar

        15 Sep 2022 06:08 AM IST

          Read more
          Showing 1 of 4 projects

          3 Course Certificates

          certificate

          The Complete Front-End Development - 2.0

          CertificateIcon
          Certificate UID: hwfgvn1c2m6xzto3
          View Certificate
          certificate

          Introduction to Java Programming

          CertificateIcon
          Certificate UID: wcjh4bqsy3um281z
          View Certificate
          certificate

          Data Structures and Algorithms using JAVA

          CertificateIcon
          Certificate UID: rsymnxp6quvtgkah
          View Certificate
          Showing 1 of 3 certificates

          Academic Qualification

          B.E

          sri eshwar college of engineering

          01 Aug 2016 - 31 Aug 2020

          12th

          PKD Matric. Hr. Sec. School

          01 Jul 2015 - 01 Jul 2016

          10th

          P.K.D Matric Higher Secondary School

          02 Jul 2013 - 01 Jul 2014

          Schedule a counselling session

          Please enter your name
          Please enter a valid email
          Please enter a valid number

          Here are the courses that I have enrolled

          coursecard
          Recently launched

          21 Hours of Content

          coursecard
          Recently launched

          25 Hours of Content

          coursecard
          Recently launched

          18 Hours of Content

          coursecard
          Recently launched

          21 Hours of Content

          coursecard
          Recently launched

          10 Hours of Content

          coursecard
          Recently launched

          19 Hours of Content

          coursecard
          Recently launched

          2 Hours of Content

          coursecard
          Recently launched

          21 Hours of Content

          Similar Profiles

          Apoorv Ranjan
          Apoorv Ranjan

          Ladder of success cannot be climbed with hands in pocket.

          Pruthvi Jagadeesh GK
          Pruthvi Jagadeesh GK

          The Future in Motion

          Krantiveer .
          Krantiveer .

          Give more than what you get you will get more than what you gave