Welcome to my portfolio!
I'm a passionate coder skilled in C, C++, Java, and Python, with strong expertise in web development.
My expertise extends to data structures and algorithms, ensuring optimal performance.
Always eager to learn, build and create impactful digital solutions.
Hello! I'm Renuka Deshpande, a passionate and curious Computer Science and Engineering student, currently pursuing my degree with a strong interest in building innovative and impactful technology solutions.
My academic journey has given me a solid foundation in programming, data structures, algorithms, and software development. I'm particularly interested in areas like artificial intelligence, machine learning & problem-solving. Beyond coursework, I actively explore new technologies, contribute to projects, and continuously strive to enhance my skills through hands-on experience.
I enjoy turning ideas into reality through code and love the challenge of finding efficient solutions to complex problems. Whether working independently or collaborating on a team, I’m committed to learning, growing, and making a meaningful impact in the tech space.
A Python-based web scraper that parses a static HTML file to extract product details, including name, price, and rating. It uses the BeautifulSoup library for efficient HTML parsing and saves the extracted data into a structured CSV file for easy analysis.
Tech Stack: Python, BeautifulSoup4, CSV Module
A user-friendly application to manage personal or business contacts. This system allows users to add, view, update, and delete contact information, which is persistently stored, showcasing skills in data handling and application development
Tech Stack: C++ , File I/O (or a simple database like SQLite)
A fun and interactive command-line game where the program randomly selects a number within a specified range, and the user must guess it. The program provides hints like "too high" or "too low" to guide the player to the correct answer
Tech Stack: C++programming language
An algorithm-based application that solves any valid Sudoku puzzle. It employs backtracking techniques to efficiently find the correct placement of numbers in the 9x9 grid, demonstrating strong problem-solving and algorithmic skills
Tech Stack: C++ , Data Structures, Backtracking Algorithm