Code Monkey home page Code Monkey logo

codingpractice-hacktoberfest23's Introduction

Hi ๐Ÿ‘‹, I'm Subha Sundar Chakraborty

I like to work with dedication and in coexisting with each other creating an environment . Iโ€™m a quick learner and I like to learn new things.

csubhasundar

  • ๐Ÿ”ญ Iโ€™m currently working on java

  • ๐ŸŒฑ Iโ€™m currently learning React

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on developers and designers

  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me:

subha-sundar-chakraborty-0582561b5 csubhasundar ucbpmn3hsjdj70r93w03whda

Languages and Tools:

angular appwrite arduino c css3 express firebase git html5 java javascript matlab mongodb mssql mysql nodejs postman python react reactnative spring

csubhasundar

ย csubhasundar

csubhasundar

codingpractice-hacktoberfest23's People

Contributors

abhishek-3078 avatar akshatkhatri avatar anshul-004 avatar basscoder2808 avatar csubhasundar avatar debghs avatar deepak74620 avatar jishnu2608 avatar jobin2201 avatar katyayani2610 avatar kosuri-indu avatar lokeshwaraprasad avatar nandan-bhandari avatar priyansh17 avatar rudrik01 avatar sadeeshajayaweera avatar sahilmate avatar sar-taj107 avatar seachu2 avatar siddhesh179 avatar sirdesai22 avatar srujana2199 avatar subramanyaks avatar suhanaparvin12 avatar suprabhatdas avatar vaikuntram avatar vanshbhargava avatar vishalaggarwal2 avatar vrajpatelgithub avatar wasibhussain avatar

Stargazers

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

Watchers

 avatar  avatar

codingpractice-hacktoberfest23's Issues

Add Odd-Even Sort / Brick Sort

Odd-Even Sort / Brick Sort :
This algorithm is divided into two phases- Odd and Even Phase. The algorithm runs until the array elements are sorted and in each iteration two phases occurs- Odd and Even Phases.

Feature :
Add Odd-Even Sort / Brick Sort in Python.

Description of solution :
Will add Odd-Even Sort / Brick Sort with adequate comments and proper documentation for readers to get a clear understanding.
To be added in Python.

Alternatives Considered :
Could you please assign me this issue under Hacktoberfest 2023.

Countdown Timer

I want to contribute to this project under JavaScript.
Please assign this to me.
Thank you.

Hashing in Javascript

Please assgin me this task to add Data structures and algorithms using javascript.

Added file_monitoring.py

Hi, I have added file_monitoring.py which is a python script to continuously monitor any changes to a given file or directory at a given frequency in windows os . It also records the changes to a log.txt file

Merge two sorted Linked Lists

Given two singly linked lists that are sorted in increasing order of node values, merge two sorted linked lists and return them as a sorted list. The list should be made by splicing together the nodes of the first two lists.

Delete given node in a Linked List

Write a function to delete a node in a singly-linked list. You will not be given access to the head of the list instead, you will be given access to the node to be deleted directly. It is guaranteed that the node to be deleted is not a tail node in the list.

Language : java

feat: Add Wave Print Matrix Program

A "wave print matrix program" could be a program that 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

Flood Fill Algorithm in Python

  • Description: The flood fill algorithm follows a straightforward process to fill a region: Start at the seed point and check its color. If the color of the current pixel or cell matches the target color, proceed; otherwise, stop. Change the color of the current pixel or cell to the replacement color
  • Problem: LeetCode 733: Flood Fill

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.