Giter Site home page Giter Site logo

python's Introduction

Welcome🙏

Hi, I'm Kanailal Manna


I am full-stack (MERN + Next.js) web developer. And exploring/learning many things like AL&ML, LLM, WEB3.

👋 Greetings, I'm Kanai – a Computer Science & Engineering B.Tech student with a passion for crafting exceptional Web Dev experiences using the MERN stack + Next.js. Join me in this ever-evolving world of tech as we innovate, learn, and shape the future together. 💡✨

kanai2003

💼 Technical Skills 🛠

💻 Programming Skills

Java Python C

🌐 Web Development Skills

HTML5 CSS3 JavaScript ReactJs Next JS NodeJs Express.js MongoDB MySQL npm Redux Tailwind CSS

🤖 Data Science (AI & ML)

Linear Regression NumPy Pandas Matplotlib Seaborn

💻 Tools & Other Skills

Git Visual Studio Code Linux IntelliJ IDEA Jupyter Notebook Anaconda Google Colab Hacktoberfest Contributor

🖇️Let's Get Connected🤝

Kanai's GitHub activity graph

GitHub followers

python's People

Contributors

abhishek-vaidya avatar driptanil avatar kanai2003 avatar mayankughade avatar subiditab avatar vishveshjain avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

python's Issues

Rain water problem

Question:

Given an array of N non-negative integers - where each element in the array is a number of blocks in a pillar. Assume height and width of each block is 1, and calculate how much rainwater can accumulate between the pillars.

Example-1:

input :
n = 6
arr[]={3,0,2,0,4}
output :
7

Example-2:

input :
n = 3
arr[] = {6,6,9}
output :
0
Explanation :
No water will be trapped

Rules :

Maximum pairwise product .

Hey @KanailalManna can I add a maximum pairwise product problem in the repo? It is a very good problem which will help to understand more about arrays.
if yes, please assign me this task.

Sum of triplet

Question :

Given a list of size N and an integer, M. Find if there's a triplet in the array which sums up to the given integer M.

Instructions:

Time complexity : O(N^2)
Auxiliary space : O(1)

Example:

Input :
N = 6
M= 13
arr[] = {1,4,45,6,10,8}
Output :
1
Explanation :
The triplet {1,4,8} in the array sums up to 13

Rules:

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.