Giter Site home page Giter Site logo

tanus786 / cp-codes-hackoctober-fest-2023 Goto Github PK

View Code? Open in Web Editor NEW
144.0 3.0 399.0 6.09 MB

This repository is for beginners who want to contribution in open source HackOctober Fest 2023

License: MIT License

C++ 79.81% Java 6.84% HTML 0.20% Python 4.24% C# 1.24% C 7.56% TypeScript 0.03% Objective-J 0.08%
hacktoberfest hacktoberfest-accepted beginner-friendly dsa open-source hacktoberfest-starter hacktoberfest2023

cp-codes-hackoctober-fest-2023's Introduction

tanus786)

πŸ‘€Hey, There :)

  • πŸ‘‹ I’m Tanu Soni!
  • πŸ‘©β€πŸŽ“ Currently Persuing My Btech From ATKU.
  • 🌱 I’m Interested In JAVA Development And Competitive Programming.
  • πŸ’žοΈ Contact Me For Any Colaboration.
  • πŸ“« [email protected]

πŸš€ Let's Explore My Github Profile

Β 

Github Contribution Streak πŸ”₯

Language & Framework

Java C language C++ language Python HTML CSS Tailwind CSS

Experience of Operating System

Android KALI LINUX WINDOWS UBUNTU

πŸ’» My workspace

πŸ”— Links

portfolio
linkedin twitter Youtube Facebook

Trophies πŸ†




HacktoberFest 2022 Badges(●'β—‘'●)

@tanu786_'s Holopin board

cp-codes-hackoctober-fest-2023's People

Contributors

abhishek2021005 avatar actinium213 avatar aditya-harsh avatar alisinayousofi avatar anj20 avatar anshulkumar2311 avatar gaurika-gupta avatar iamkarn007 avatar kotwani2883 avatar lalwaniyash avatar manav888 avatar mohit7523 avatar morningstar201 avatar muskan-21 avatar muskanbindal avatar neerunotna avatar rajdeep-mondal-hub avatar riya29d avatar rp2025 avatar saitarrun avatar sanskar1004 avatar shivam-3001 avatar shreyaspvijay avatar sidharth-p7 avatar singh3036 avatar sonukushwaha-hub avatar strivedi4u avatar tanus786 avatar updesh126 avatar vinaypratap15151 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  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  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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cp-codes-hackoctober-fest-2023's Issues

MINIMUM WINDOW SUBSTRING from leetcode

Hi Sir, the Problem MINIMUM WINDOW SUBSTRING is a hard problem from leetcode
It includes topics of HASHMAP , and SLIDING WINDOW
Can you please assign this issue to me
And if you could even include this issue under Hacktoberfest2022 then it would be a great help

Binary lifting in a tree

binary lifting is a technique which is used to find the lowest common ancestor of two nodes in a tree in log(n) time, it is an application of sparse table on trees. the basic premise of this technique is that instead of linearly iterating on ancestors, we can make a jump of powers of two, and since every no can be written in the terms of sum of power of two, every jump can also be written in terms of sum of power of two.

my implementation involves the concept of OOP where you can create "do the precomputation on that specific tree" just by passing the adjacency list containing that tree, and make queries independently.

repo assign

I want to do this, please assign me to this .

HOUSE ROBBER PROBLEM 3

Hi sir ,I wanted to add the solution for the HOUSE ROBBER PROBLEM 3
Can you please assign this issue to me
And if possible please do include this under the hacktoberfest2022 label as well :)

Best Time to buy and sell stocks

Solution of the below problems of Best Time to Buy and Sell Stocks of Leetcode in Java.

  1. Best Time to Buy and Sell Stock (121)
  2. Best Time to Buy and Sell Stock 2 (122)
  3. Best Time to Buy and Sell Stock 3 (123)
  4. Best Time to Buy and Sell Stock 4 (188)
  5. Best Time to Buy and Sell Stock with Cooldown (309)
  6. Best Time to Buy and Sell Stock with Transaction Fees (714)

Graph Scanner

i would like to add code for a graph scanner, given a graph in the form of an adjacency list, it will report the no of connected components, the list of bridges and articulation points and whether the graph is bipartite or not.

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.