You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of the project is to develop an Android application that lets its users to send notifications in case of an emergency or a panic situation. The users can send multiple text messages and emails on the press of a single button. The phone numbers, email ids and the contents of the text and email messages can be set from within the applicati…
These are codes for practical questions given in BSc (Hons) Computer Science Semester 3 guidelines for Data Structures using C++ in University of Delhi.
QuizArt is a mobile app that combines quizzes with cultural heritage exploration. Users earn points by participating in daily and weekly quizzes, which can be redeemed for vouchers to visit cultural landmarks.
A comparison of three parallel Sudoku solvers (Pthread-based DFS, Hybrid DFS/BFS with Pthread, and OpenMP BFS), evaluating their performance, scalability, and memory usage.