Home
About
FAQs
System Requirements
In the news
Workshops
Training
Training Calendar
Request for Training
Training Status
Registration
For Teachers
For Students
For Schools
Contact us
Login
Languages
English
हिंदी
മലയാളം
मराठी
ಕನ್ನಡ
you are here->
home
->
Computer Science
Computer Science
Class 11
Class 11
Add Two Numbers
Factorial
Odd or Even
GCD Euclidean Algorithm
Swap Two Numbers
LCM
Factorial (Recursive)
Read a Number
Largest of Two Numbers
Largest of Three Numbers
Armstrong or Not
Simple Interest
Compound Interest
Prime or Not
Class 12
Class 12
Factorial Correct
Factorial Loop Init Error
Fibonacci (Number)
Simple Interest
Compound Interest
Selection Sort
Fibonacci (String)
GCD Subtraction Method
Insertion Sort
Factorial Initialization Error
Factorial Loop Condition Error
Bubble Sort
Quick Sort
GCD Euclidean Algorithm
Factorial Loop Body Error
Merge Sort
Recursive Max
Factorial Missing Incrementation
Binary Search Sorted Array
Palindrome (String)
Recursive Fibonacci Series (Using Number)
Recursive Palindrome (String)
Recursive Fibonacci Series (Using String)
Merge Sort
Finding min-max Recursive
Prints your Name and Birthday as Separate Strings
To show the use of all six math functions
Binary Search using Unsorted Array
Recursive Search
Recursive Max (Linear Method)
sin(x, n) to calculate the value of sin(x) using its Taylor series expansion
Recursive Code to Find the Sum of all Elements of a List(Using Linear method)
Write a recursive code to find the sum of all elements of a list
Generates random numbers between 1 and 6 (simulates a dice)
Find the Third Largest Number in a List
Check if a number is equal to the sum of cubes of its digits. Find the smallest & largest numbers
Compute EMIs for a loan using the NumPy library
Take a sample of phishing e-mails and find the most common words
Defining a Class
Defining Getters - Reading Values of Attributes
Defining Setters- Assigning Values to Attributes
Defining Printers Printing the Output
Defining Constructors and Initializing Attributes using the Parameterized Constructor
Defining Constructors and Initializing Attributes using the Default Constructor
Extend the functionality
Extending Interface to an Interface
Implementing an Interface
Projection of a Point on X-axis and Y-axis
To Find the Origin of a Point using a Function in Java
Which Quadrant does the Point belong to
Scalar Multiplication of a Point