Urlana Suresh Kumar's repositories
AI-TicTacToe
This is a Python-based Tic Tac Toe game using Tkinter, featuring both single-player mode (against an AI) and multiplayer mode. The game tracks player statistics such as wins, losses, and draws, and highlights the winning line. The AI uses the Minimax algorithm to make optimal moves for an engaging solo experience.
Income-Testing-Hypothesis
This repository analyzes data scientists' income using t-tests, providing insights into salary distributions and company ratings. Key features include data cleaning, statistical analysis, visualizations, and company suggestions for freshers. Practical advice helps guide career decisions effectively!
My-Competitive-Coding-Templates
This repository contains my personal competitive programming templates in C, C++, C#, Java, and Python. It includes common functions and utilities for quick problem-solving, covering I/O handling, modular arithmetic, and other typical tasks, designed primarily for my use but open for others.
PersonalWebpage-BasicHTML
This is my first HTML-based project—a personal webpage showcasing my academic background, skills, projects, certifications, achievements, and contact information. This website is created using basic HTML and CSS
Real-Time-Chat-Application-Using-TCP-IP
A Python-based Real-Time Chat Application with encryption, passkey-protected server, file sharing, and message history display. Features include a user-friendly GUI, multi-client support, and privacy-focused design. Built with Tkinter and socket programming, it’s secure, functional, and ideal for collaboration.
Suffix-Tree-Visualizer
This project repository provides a Python-based Suffix Tree Visualizer. It constructs suffix trees using Ukkonen's algorithm and visualizes them with matplotlib. Basic implementation for exploring string matching, text compression, and bioinformatics. Interactive, easy-to-use, and educational! 🌟
Video-Games-Sales-Prediction
This repository contains a machine learning project focused on predicting global video game sales using regression models like Gradient Boosting and Random Forest. It includes data preprocessing, analysis, and actionable insights for the gaming industry.
Weather-Data-Analysis-in-Szeged
This repository contains an in-depth analysis of historical weather data from Szeged, Hungary. The project uses Python to clean and process data, generate insightful visualizations, and identify patterns and correlations in weather parameters such as temperature, humidity, and precipitation.
VNRVJIET-Lab-Work
This repository contains my lab work for the B.Tech CSE-AIML program (2022-2026) under the R22 regulation at VNR Vignana Jyothi Institute of Engineering and Technology. It includes various subjects like Machine Learning, OS, Data Structures, C Programming, and more, showcasing my practical learning and implementations.
SmartInterviews
This repository contains coding problems and solutions practiced from the Smart Interviews platform. It is divided into Primary (advanced algorithmic challenges) and Basic (foundational problem-solving). Perfect for tracking progress, revisiting solutions, and enhancing coding expertise systematically.
Telephone-Directory
This repository contains a Telephone Directory Application implemented in C using doubly linked lists. It allows efficient management of contacts, including adding, updating, deleting, searching, and sorting. Features a priority-based favorite contacts system for quick access. 🚀