QGPT Quiz website project in php 2023-11-07 ShareQGPT (Quizify Generalized Proficiency Test.) A dynamic quiz website created in PHP Try QGPT Tags QuizQGPTLearningEducationKnowledgeOnline QuizzesQuiz PlatformInteractive LearningQuiz EnthusiastsPersonalized QuizzesRewardsGamified LearningEducational GamesQuiz CommunityEngaging LearningKnowledge ExplorationQuiz ChallengesAchievement BadgesCompetitive LearningLearning Community […]
Simplifying Data Management with Google Sheets CRUD API 2023-09-14 ShareIntroduction: Managing data in Google Sheets can be a cumbersome task, especially when dealing with large amounts of information. To make this process smoother and more efficient, we’ve created a […]
How to Change Password of MySQL || How to reset MySQL Password 2023-05-12 ShareA Step-by-Step Guide to Resetting Your Forgotten MySQL Password STEP 1 Search ‘services’ on your computer Search mysql on ‘services’ window now Double click on mysql to open Change ‘startup […]
Consider A 2 dimensional matrix Of size MxN 2023-05-08 ShareConsider A 2 dimensional matrix Of size MxN Consisting of both positive and negative values.Identify the largest Sub matrix whose values are All positive. Input [-1 -2 3 […]
How To extract all possible sub arrays of a 2D array 2023-05-07 Shareusing slicing extract all sub array of 2d array what is the number of sub matrices of MxN matrix The number of submatrices in an MxN matrix can be calculated […]