graph = {
"Me": ["DP"],
"DP": ["More DP"],
"More DP": ["Hard DP"],
"Hard DP": ["Existential Crisis"],
"Existential Crisis": []
}
visited = set()
def dfs(node):
if node in visited:
return
visited.add(node)
print(f"Visiting: {node}")
for nei in graph[node]:
dfs(nei)
dfs("Me")
I am an Android developer with...
About Me
I am a passionate tutor with teaching experience in school academics, computer science, and communication skills. My goal is to help students build confidence — not just in academics, but also in expressing themselves fluently in English. I provide study materials, practice worksheets, and speaking exercises to ensure steady...
I have completed a Ph.D. in Audio Signal Processing and Deep Learning, with research contributions published in SCI-indexed journals and international conferences. My work primarily focuses on applying machine learning and deep learning techniques to audio and signal-based problems, including analysis, classification, and feature extraction.
I...
Hi there!
I am a Senior Software Engineer with 5+ years of industry experience working full-time in a MNC.
If you are a student starting as a beginner I know exactly how to guide you, I have experience with 50+ people who were either starting to learn new languages or were starting programming. I tutored some of them and guided a few. Now all...
Assalam Alaikum,
I’m Imane, a Master’s student in Data Science and NLP with a passion for making AI, Machine Learning, and Math easy and enjoyable to learn. Over the course of my studies, I have worked on several real-world projects in AI, Machine Learning, and data-driven applications — experience that I bring directly into my lessons to make...
I am a passionate coding instructor dedicated to helping students build strong foundations in programming and web development. I specialize in Java, Python, JavaScript/HTML/CSS, and Data Science and I focus on making complex concepts simple, practical, and easy to understand. My teaching approach is interactive and student-centered, ensuring that...
I help students learn Computer Science, Mathematics, Python, and AI in a clear, structured, and practical way. My goal is not just to help students memorize concepts, but to make them truly understand the subject and build confidence in applying it independently.
My teaching style is concept-focused, interactive, and result-oriented. I break...
Please find my work below:
1. Created 2000+ video lectures in C, C++, Java, Python, Data Structure, and Algorithm for B2C courses.
2. Created 500+ coding questions for various courses, and 800+ coding questions for online platforms.
3. Mentored more than 5000 students.
4. Solved more than 10000 doubts related to coding, career guidance, time...
I specialize in Python, statistical methods, and machine learning, holding a Master's degree in Mathematics and Statistics. My research has been featured in top NLP conferences, and I've achieved a world rank of 9 in an Advanced Python competition on Techgig. My passion lies in data and automation, employing skills in data analysis and web...
As a person who believes in empowering a new generation of techies, I want to not only teach you but provide you with the necessary inspiration for you to go out there and be awesome. I am fascinated with teaching technology, and I would love to share my experience in the IT world with you, so that you have a wholesome learning experience. My...
Namaste and Hello
I am an enthusiastic Tutor interested in teaching a wide variety of domains in Computer Science, Spanning from Data Science to Computer Vision.
In my courses, students can expect a well-rounded and adaptable approach. My eclectic background serves as a catalyst, enhancing the learning experience and enabling students to connect...
I'm a trilingual tutor fluent in English, Arabic, and Urdu, with several years of experience teaching English to students of all ages as well as tutoring computer science subjects, including Java, Python, and databases.
My teaching style is interactive, student-centered, and highly personalized. I focus on explaining concepts clearly and...
I as a Computer Science teacher having unparalleled 10 years experience. Clear Concept, Clear doubts, and Clear practical understanding. Using these 3 C's my students achieved 90 plus marks every year. My students are real gems for me. Passion and dedication is a key of success. I demonstrate empathy and understanding towards students. I create a...
Experienced Educator Specializing in Mathematics, Computer Science, and Programming
I'm a dedicated and passionate educator with a robust background in mathematics, computer science, and various programming languages. With over 8 years of teaching experience across diverse educational levels, I am committed to fostering an engaging and...
═══════════════════════════════════════════════════
MUBASHIR AHMED
Software Engineer & Professional Educator
═══════════════════════════════════════════════════
ABOUT ME
Hi! I'm Mubashir Ahmed, a passionate Software Engineer completed my degree from KIET University. With 500+ students successfully guided through their coding journey, I'm...
As a seasoned educator with extensive experience in computer science and programming, I am dedicated to providing a comprehensive and immersive learning experience. My teaching philosophy focuses on building skills progressively and fostering creativity through hands-on projects and real-world applications.
I offer a comprehensive and structured...
🎓 Professional Online Tutor for Students in India and Abroad 🌍
Welcome to a transformative learning experience designed to help you excel in your academic and professional goals! With a strong background in computer science and practical teaching experience, I specialize in delivering personalized, engaging, and impactful online tuition for...
I am an Assistant Professor in a university, and I start a subject from very scratch and then slowly move to advance level. I use to provide notes for revision as well as tries to make learning easy and interesting by involving lots of games and quizes related to the subject so that student should learn by solving. I also use to take assessment as...
I have served as an active and dedicated Subject Specialist of Mathematics, Physics, Chemistry and English at Hope Works Institute, Mirpur.
I have conducted skilled English speaking courses in various reputed institutions and academies to improve students’ pronunciation and intonation during directed speaking and also expanded students’...
Java
Advanced java
Spring
Hibernate
Springboot
I believe in practical approach which could boost your confidence while programming
Iterative style, practice coding assignment would be given to you for practical purposes
Simple example would let you to understand the concept behind the language and helps you coding in optimise way also you...