Giter VIP home page Giter VIP logo

ishangoyal13 / fullstackdevelopment Goto Github PK

View Code? Open in Web Editor NEW
118.0 1.0 206.0 164.65 MB

Material & Projects related to full stack development

Python 7.84% C 5.67% C++ 12.82% JavaScript 19.75% HTML 22.54% CSS 18.10% Java 2.99% EJS 0.15% SCSS 0.22% C# 2.60% Jupyter Notebook 6.72% Handlebars 0.13% Procfile 0.01% PHP 0.17% Go 0.30% Shell 0.01%
coding-challenge open-source beginner-friendly github stars fork beginner git java python cpp csharp fullstack javascript hacktoberfest

fullstackdevelopment's Introduction

"FullStack DEV"

codecov

Introduction

Welcome! ๐Ÿ‘‹

This is a public repository that includes content related to FullStack Development. You can find dsa codes, various projects written in different languages inside this repository.

This repository is not a template nor a framework, it's a collection of projects and study material

fullstackdevelopment's People

Contributors

abhinandan323 avatar anuraggarg010 avatar arjun31415 avatar arsalabbas avatar bansalpravesh1 avatar bhavya092 avatar dahiya-code avatar dependabot[bot] avatar gioboa avatar hariketsheth avatar hellokunal avatar himalaya0035 avatar ishangoyal13 avatar itachi1101 avatar malyabansalper avatar mannuel25 avatar mayankpandey01 avatar nishant-giri avatar nkmishra217 avatar prathimacode-hub avatar rajat009-ra1 avatar rakbarca10 avatar rupali409 avatar shiladityaroy212 avatar shrey-3108 avatar shubham56-droid avatar vaibhavkumar-sf avatar vaibhavsharma56 avatar whitedevil-glitch avatar zeenayouhan 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

fullstackdevelopment's Issues

Quick Sort Algorithm in C++

I want to contribute a Quick sort algorithm in C++.

Please, assign this issue to me under Hacktoberfest'21.

C++: Convert infix expression to postfix expression

Hey Ishan,
I am participating in #Hacktoberfest and want to contribute to this project.
I want to add the code to convert the infix expression to postfix expression in c++.
Please assign this issue to me so that I can contribute.

Large Numbers Multiplication

Multiply large numbers (>1e18) in c++ without using __int128_t datatype.

Please assign this issue to me and please add the hacktober-fest tag

Floyd-Warshall Algorithm

Program in C to use the Floyd-Warshall Algorithm to find out the shortest path between every pair of nodes in the graph. Then take 2 nodes as input and find out the path between them as well as the path length.

DSA-Matrix-Python- Minimum Path sum

Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day!
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path.You can only move either down or right at any point in time.
Example:
Input: grid = [[1,3,1],[1,5,1],[4,2,1]]
Output: 7

Python lowest common ancestors

Heyy
I wish to add algorithms in python. I'd be working on binary tree traversal and lowest common ancestors. Could you please assign me the issue?

Longest Common Subsequence in JAVA

I want to add a java file for one of the most important and top-notch concepts i.e. LCS.

Kindly assign me to it and add hacktoberfest tag.

Minimizing Coins

Consider a money system consisting of n coins. 
Each coin has a positive integer value. 
Your task is to produce a sum of money x 
using the available coins in such a way that the 
number of coins is minimal.

For example, 
if the coins are {1,5,7} and the desired sum is 11, 
an optimal solution is 5+5+1 which requires 3 coins.

C++ DP soln

DSA-Stack-Python- Valid Parenthesis

Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day!
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Open brackets must be closed by the same type of brackets.
Open brackets must be closed in the correct order.
Example:
Input: s = "()[]{}"
Output: true

Dice Combinations

Your task is to count the number of ways to 
construct sum n by throwing a dice one or more times. 
Each throw produces an outcome between 1 and 6.

For example, if n=3, there are 4 ways:
1+1+1
1+2
2+1
3

Solution in CPP

Merge 2 BST

I would like to add a C++ code that optimally merges 2 BSTs in LogN Space and Linear time.

Best time to buy and sell stocks | Java

Thanks for merging my last pull request !!!

I want to contribute further by adding one more very important question with an explanation.

kindly assign me to this and add all the relevant hacktoberfest tags.

DSA-Array-Python-Merge Intervals

Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day!
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.
Example:
Input: intervals = [[1,3],[2,5]]
Output: [[1,5]]

Add Topological Sorting

Topological Sorting using BFS and DFS along with lexicographical minimum sort. Could you please assign this to me

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.