Giter Site home page Giter Site logo

pranjay-poddar / data-structures-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW
48.0 2.0 108.0 2.68 MB

Important data structure and algorithms codes and concept's open-source repository.

Home Page: https://bit.ly/30DLzuJ

License: MIT License

C 18.62% Python 11.37% C++ 51.94% Java 12.75% Jupyter Notebook 1.06% HTML 3.23% CSS 1.03%
algorithms hackerearth interview-preparation algorithms-codes ds datastructures hacktoberfest hacktoberfest2021 hacktoberfest-accepted

data-structures-and-algorithms's Introduction

Hey <๐šŒ๐š˜๐š๐šŽ๐š›๐šœ/>!

Let's connect! Find me on the web.

About Me:

Hi, I'm a Software Engineer working at Paypal as SDE-1. I'm passionate about open source development, web development, web designing, data structures & algorithms, competitive programming and graphic designing. I have a keen interest in full-stack and software development and I love developing softwares, websites, and web apps. I'm always looking for new challenges and opportunities to learn and grow. I'm excited to share my work on GitHub and collaborate with others in the open source community.

๐ŸŒŸ Mentor at GWOC'21 ๐Ÿ’ป Contributor at HCSSOC'21 ๐Ÿš€ Contributor at DCP'21 ๐Ÿšฉ Maintainer & Contributor at Hacktoberfest'21 ๐Ÿ’ป Contributor at GSSOC'22 ๐ŸŒŸ Mentor at Codeflow'22 ๐Ÿšฉ Project Maintainer at HSOC'22 ๐Ÿšฉ Maintainer at Hacktoberfest'22

Blog Posts:

I'm a technical blogger and developer who loves to help others in the development community. I write technical blog posts and share them on my website and on Medium.If you have any questions or need help with anything, feel free to reach out to me on Twitter.

Tools And Technologies:

C C++ Golang Java Python HTML5 CSS3 Bootstrap JavaScript TypeScript Angular React Material UI Spring MySQl Postman Socket.io AWS Markdown NodeJS SASS Adobe Canva GPT-3 Visual Studio Code Git GitHub Google Cloud Ubuntu Windows 10 Netlify Heroku Firebase


Certifications:

AWS Cloud Practitioner CS50x Certified Oracle Google Cloud Badges Infytq & Hackwithinfy Certified

@pranjaypoddar's Holopin board

Channels:

I have a youtube channel Catalytic Originals in which I post travel vlogs, animations, music and educational videos.

Views Subs

Links to Portfolio, Channel Website and Tenor Page

Portfolio

Catalytic Original Website

Official Tenor Page

pranjay's github stats pranjay's github stats

Profile views

GitHub Trophies ๐Ÿ†

See Ya! And Stay Awesome!๐Ÿ’ฅ

Check out my repositories below and get in touch for collaborations.

data-structures-and-algorithms's People

Contributors

addy0110 avatar akshat293 avatar antara25-10 avatar ayushanand09 avatar bhavesh1235 avatar boozec avatar cintamg avatar codewithrohan avatar darkdraiden14 avatar dhruv-bhatia246 avatar esheetaparulekar avatar jytaloramon avatar koffy1 avatar kpratyush12345 avatar m4d-skillz-777 avatar madjokkerr avatar nupurgit2000 avatar paliwalharsh avatar pranjay-poddar avatar riya1916 avatar rmn5124 avatar shouhardik avatar shreyanshp25 avatar simons183 avatar sudhir512kj avatar sumitrajpal29 avatar umak1106 avatar vedic-kalra avatar yashgosaliya avatar yashms25 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

Watchers

 avatar  avatar

data-structures-and-algorithms's Issues

Single Web Page For Repository

A single responsive web page in HTML, CSS, and JS with hacktoberfest poster, project admin details and contact links, repository details (issues, comits, contributors count, live closed PR counts) and hacktoberfest links.

Solution for Cube!

I want to add solution for a Codeforces 1500 rated problem. Please allow me to do so and assign.
CF1

Modifying some files for better efficiency.

In this repo there are many files that need to be modifed for better efficiency, may be there is some need of user input, code reusability or some test inputs where some outputs fails. So, all you are welcome.

N-Queens Problem

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.

@pranjay-poddar Can I work on this and add the solution in Leetcode Solutions folder?

Update Ticks In Readme

Describe the bug
Ticks/checks in front in a particular language are not updated in remade.md for many questions/problems.

162. Find Peak Element

I would like to add solution for the above Leetcode problem!
Can you please assign me this task?

Merge K sorted Linked List

23. Merge k Sorted Lists

You are given an array of k linked-lists lists, each linked-list is sorted in ascending order.
Merge all the linked-lists into one sorted linked-list and return it.

Please assign @pranjay-poddar

Update Contributors.md

Crosscheck all the contributor's list and update the missing username in contributors.md file.

Tower of Hanoi

The tower of Hanoi is a famous puzzle where we have three rods and N disks. The objective of the puzzle is to move the entire stack to another rod. You are given the number of discs N. Initially, these discs are in the rod 1. You need to print all the steps of discs movement so that all the discs reach the 3rd rod. Also, you need to find the total moves.
Note: The discs are arranged such that the top disc is numbered 1 and the bottom-most disc is numbered N. Also, all the discs have different sizes and a bigger disc cannot be put on the top of a smaller disc.

Example 1:

Input:
N = 2
Output:
move disk 1 from rod 1 to rod 2
move disk 2 from rod 1 to rod 3
move disk 1 from rod 2 to rod 3

Explanation: For N=2 , steps will be
as follows in the example and total
3 steps will be taken.

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.