Giter VIP home page Giter VIP logo

hactoberfest23's People

Contributors

ankit9126 avatar coderdotexe avatar dexter-ifti avatar eby8zevin avatar gendelta avatar goriblok1235 avatar harshaggarwal1 avatar nawinkumarsharma avatar nayanprakash11 avatar prayash77 avatar ronbil avatar ruchikayadav1408 avatar shalavya8103 avatar shreyan111 avatar sonu2345 avatar subhojit666 avatar tanishaclippy avatar tishachhabra avatar utkarsh-009 avatar vivek005001 avatar yhnysc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hactoberfest23's Issues

Dutch National flag algorithm

I want to contribute Dutch National flag algorithm with code. could you please assign it to me under hactoberfest.

feat: Transpose 2D Array Program in C++

Transposing a 2D array in C++ means rearranging its rows as columns and columns as rows. This operation results in a new 2D array where the rows of the original array become columns, and the columns become rows. Transposing a 2D array can be useful in various applications, such as matrix operations, image processing, and data manipulation.

To transpose a 2D array in C++, you can iterate through the original array and swap the elements across the diagonal (i.e., elements at positions arr[i][j] and arr[j][i]) to create the transposed array.

feat: Add Wave Print Matrix C++ Program

This program prints a matrix (a two-dimensional array) in a "wave-like" pattern. In other words, it might print the elements of the matrix in a way that resembles the motion of a wave.

For example, if you have a 2D matrix like this:

1 2 3
4 5 6
7 8 9

A "wave print" of this matrix could look like:

1 4 7 8 5 2 3 6 9

NestedLoop/StarPattern Algorithms

Hello, I would like to contribute to this repository by adding Nested Loop Algorithms.
I am interested in adding 6 basic star pattern functions in a code.

@Sonu2345 Please assign me this.

Thank You!

Added the Bill Making System

Hello There,
I have added a python code for the bill making system . In this the user will shown 20 -30 items which are available in the general store wither their rates In Rupees .The user will have to the product and then the quantity . After the selection of the product the system will make a bill according to the items and the it will be displayed to the user.

Hope this changes find you well .

Thank you
Regards

update readme

the existing readme doesn't contain the basic info , usage and prerequisites. pls allow me the work to make it interactive

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.