Skip to content
View Deeptanu2005's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Skilled-Coder-India
Block or Report

Block or report Deeptanu2005

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Deeptanu2005/README.md

Header

πŸ’« About Me:

Hi there! I'm Deeptanu Sen

πŸ‘‹ Hi there! Welcome to my GitHub profile!

πŸš€ Passionate Computer Science Student | πŸ’» Open Source Enthusiast | 🌐 Tech Explorer

πŸŽ“ 2nd Year B.Sc. Computer Science student at Barasat College.
🌟 I love crafting clean, efficient code and solving complex problems.
πŸ”­ Currently learning and experimenting with Quantum Computing, Full Stack Web Development, and App Development.
🌱 Always eager to learn new technologies and improve my skills.
πŸ’¬ Ask me about complex programming challengesβ€”I’m here to help!
πŸ‘₯ Looking to collaborate on exciting projects and open source contributions.
πŸ“« How to reach me: [email protected]

Check out my projects and let's build something amazing together!

🌐 Socials:

YouTube

πŸ’» Tech Stack:

Programming Languages

C C# C++ Java JavaScript Python R PHP Matlab Tcl Awk XML

Quantum Computing

Qiskit Cirq

Web Development

HTML5 CSS3 Bootstrap Django Flask

Databases

MySQL MicrosoftSQLServer Oracle

Cloud & DevOps

AWS

Tools & Technologies

Anaconda Windows Terminal PowerShell Shell Script NS2 Markdown

Data Science

Matplotlib NumPy Pandas

Design & Video Editing

Adobe After Effects Adobe Illustrator Adobe Lightroom Adobe Photoshop Adobe Premiere Pro Adobe XD Blender Canva Gimp Davinci Resolve

🏒 Organizations

Skilled-Coder-India

🎨 Hobbies:

  • Video Editing
  • Graphic Design
  • Playing Tabla

πŸ“Š GitHub Stats:


πŸ† GitHub Trophies

✍️ Random Dev Quote

πŸ” Top Contributed Repo


Pinned Loading

  1. Pinned-Links-Manager Pinned-Links-Manager Public

    A simple web application for managing and categorizing your pinned links. Easily add, remove, and organize your favorite educational and professional websites.

    JavaScript 2 3

  2. This C++ program demonstrates the Co... This C++ program demonstrates the Counting Sort algorithm, which sorts an array of non-negative integers by counting the occurrences of each element. The implementation includes functions for inputting and printing arrays to facilitate testing.
    1
    #include <iostream>
    2
    using namespace std;
    3
    
                  
    4
    void countSort(int a[], int n)
    5
    {