Giter Club home page Giter Club logo

hanshulll / codecollection Goto Github PK

View Code? Open in Web Editor NEW
218.0 1.0 604.0 121.66 MB

Do push code on which you are working or if you have solved any problem in any language add the solution to this repository and help to contribute and star this repository!!Refer CONTRIBUTING.md for contributions!!

License: MIT License

Java 8.30% C++ 24.00% Python 7.16% C 3.93% Dart 0.61% Go 0.24% HTML 2.19% JavaScript 3.44% C# 0.34% CSS 1.25% Hack 0.02% Kotlin 0.05% PHP 0.10% Verilog 0.08% SCSS 0.11% Jupyter Notebook 48.09% Ruby 0.02% TypeScript 0.03% Rust 0.03%
opensource java javascript c-plus-plus html digitalocean csharp beginner-project beginner-friendly

codecollection's Introduction

hanshulll

Hi, I am Hanshul! Great to see you here!

As a Software Developer at FPL Technologies, I am building high-performance REST APIs using the Micronaut framework. I am part of a cross-functional team that delivers software solutions that meet business requirements and ensure code quality, scalability, and security. I have contributed to several large-scale projects, which are innovative products that offer seamless and secure digital banking and credit scoring services.

I have completed my Bachelor of Technology in Computer Science from Shoolini University, where I have learned the fundamentals and best practices of software engineering. I have a strong grasp of Java and Object-Oriented Programming, which enables me to create modular, reusable, and maintainable code. I am proficient in using Git for version control, Postman for API testing, IntelliJ for development environment, and GitLab for code management and collaboration. I enjoy solving complex technical challenges and staying up-to-date with the latest advancements in software engineering. I am passionate about creating software solutions that improve lives and make a positive impact. Find out more about me & feel free to connect with me here:

Linkedin Badge Linkedin Badge Instagram Badge Gmail Badge Website Badge

โšก Technologies

Language :

java

Libraries & Framework :

docker Micronaut linux postman

DevOps & Cloud Tools:

Git GitHub GitLab

๐Ÿ“ˆ Stats

codecollection's People

Contributors

anshita2907 avatar apoorvaa-guptaa avatar aswinikalyan30 avatar ayushpratap344 avatar dhruvil-dave avatar draconewman avatar fadlieferdiyansah avatar hanshulll avatar hridoyhazard avatar ikavyajain avatar ishitajaiswal4m avatar itsrahulprince avatar jain-saksham avatar josephdm-17 avatar jsaksham-jain24 avatar kajalp23 avatar kartikay123 avatar kavita121 avatar mayurjagtap-dev avatar nahi-pata-bhai avatar pradyyadav avatar pravi16 avatar rushikeshadhav avatar showmiko avatar shreyadayma-cse avatar shrutigaonker999 avatar sreyom31 avatar sulagna-dutta-roy avatar trip0le avatar yogita10 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

codecollection's Issues

Maximum Water Between Two Buildings

Given an integer array representing the heights of N buildings, the task is to delete N-2 buildings such that the water that can be trapped between the remaining two building is maximum.
Note: The total water trapped between two buildings is gap between them (number of buildings removed) multiplied by height of the smaller building.

Example 1:

Input:
N = 6
height[] = {2,1,3,4,6,5}
Output: 8
Explanation: The heights are 2 1 3 4 6 5.
So we choose the following buildings
2 1 3 4 6 5 and remove others. So total
removed buildings is equal to 4, now the
height of smaller one is 2. So answer is
2 * removed buildings = 2*4 = 8. There is
no answer greater than this.

I WILL ADD THIS PROBLEM IN JAVA SECTION
PLEASE ASSIGN THIS TO ME
THANK YOU

Add a rat maze file in cpp

Given maximum maze find and count all possible paths that helps in escaping the rat using backtracking algorithm.
Hey, so can I work on this?

burst balloon problem

can you please assign leetcode burst baloon dp problem to me?

You are given n balloons, indexed from 0 to n - 1. Each balloon is painted with a number on it represented by an array nums. You are asked to burst all the balloons.

If you burst the ith balloon, you will get nums[i - 1] * nums[i] * nums[i + 1] coins. If i - 1 or i + 1 goes out of bounds of the array, then treat it as if there is a balloon with a 1 painted on it.

Return the maximum coins you can collect by bursting the balloons wisely.

Stacks in Data Structure is missing

Describe the bug
I want to add stacks code in Data structures in this Repo because it is missing

Expected behavior
Please assign me this issue. I want to work on this topic, and I am a participant of Hacktoberfest 2021

Missing: Radix sort program in C

Describe the bug
Radix sort program is missing in C file

Expected behavior
I want to add radix sort program in c.

Desktop (please complete the following information):

  • OS: [windows 10]
  • Browser [chrome]
  • Version [10]

Smartphone (please complete the following information):

  • Device: [realme]
  • OS: [e.g. iOS8.1]
  • Browser [chrome]
  • Version [e.g. 22]

Catalan Number

i can code this in python . Please assign this to me in python.

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.