Giter Club home page Giter Club logo

Rishita Mukherjee's Projects

array-address-calculation icon array-address-calculation

This program is used to calculate the address of an element of an array in row major and column major form.

array-basic-operations icon array-basic-operations

It is a menu driven program that implement following operations (using separate functions) on a linear array: a) Insert a new element at end as well as at a given position b) Delete an element from a given whose value is given or whose position is given c) To find the location of a given element d) To display the elements of the linear array

caesar-cipher icon caesar-cipher

The Caesar Cipher technique is one of the earliest and simplest method of encryption technique. It’s simply a type of substitution cipher, i.e., each letter of a given text is replaced by a letter some fixed number of positions down the alphabet.

gcd-with-code-algorithm-and-complexity-analysis icon gcd-with-code-algorithm-and-complexity-analysis

The GCD of two or more integers is the largest integer that divides each of the integers such that their remainder is zero. Or we say that GCD (Greatest Common Divisor) or HCF (Highest Common Factor) of two numbers is the largest number that divides both of them. Example- GCD of 20, 30 = 10 (10 is the largest number which divides 20 and 30 with remainder as 0) GCD of 42, 120, 285 = 3 (3 is the largest number which divides 42, 120 and 285 with remainder as 0)

helloworld icon helloworld

"HELLO WORLD" is a very simple and easy program that is considered to be the first program during the process of learning any programming language.

java-practice-questions icon java-practice-questions

Java is the foundation for virtually every type of networked application and is the global standard for developing and delivering embedded and mobile applications, games, Web-based content, and enterprise software. With more than 9 million developers worldwide, Java enables you to efficiently develop, deploy and use exciting applications and services.

languages-used-in-ai icon languages-used-in-ai

To explore the programming languages that are used for the implementation of various concepts of Artificial Intelligence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.