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...
Passionate Programming Mentor | 18+ Years Experience:
​Hi, I’m Vishwaroop. I’ve spent over 18 years teaching students how to code, and I still love every bit of it. Having taught at some of India's best institutes, I’ve learned that the best way to learn is to keep things simple, practical, and easy to understand.
​I specialize in breaking down...
I believe Quality is not an act, it is a habit. By three methods one may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest. I am one who seeks all aspects of life. Through trial and tribulation one thing will always remain the same within me. My urge to...
I am Hemant Kumar Agnihotri, a highly experienced Computer Science educator with over 25 years of teaching and industry experience. I have been associated with reputed organizations such as NIIT and Satyam, contributing to large-scale educational and IT training projects.
For the past 15+ years, I have specialized in teaching graduate engineers...
Hello! 👋
I’m Uma Shankar Vijay, an experienced programming tutor with over 8 years of online tutoring experience for students across the USA mostly.
I am a passionate programming lecturer based in Jaipur, India. I have been teaching programming for over 19 years offline including 8 years online for students across India and abroad....
Software Engineer | Online Computer Science Tutor
I am a Software Engineer with professional experience at Oracle India, and I teach because I genuinely enjoy helping students learn and grow.
I provide one-to-one online classes for students and working professionals, from beginner to advanced level. I teach programming languages like C, C++,...
AP COMP expert, Programming Tutor, Assignment Help, IA help, I am teaching for more than 12 years now, Specialized in core programming languages such c, c++, java, python and Data structures. I also help in assignments, Mostly I take only personal or one to one assignments. I am proficient in English and can work on flexible time slots. Believes...
Software Developer and former university lecturer with 6+ years of teaching experience in Computer Science and programming.
I help students with full semester course support, programming assignments, projects, and exam preparation. My focus is not only to solve problems, but to help students understand the logic, improve their confidence, and...
My Personal statement about teaching:
I believe I am fair instructor and provide the best to my students because teaching is a hobby for me.
The most important skills and habits of mind that I want students to learn in my classes are:
1.Developing students problem solving strategies
2.Insuring that students understand foundation concepts...
With over 12 years of teaching experience as an Assistant Professor in reputed engineering institutions across India, I specialize in delivering both foundational and advanced computer science concepts with clarity and enthusiasm. I hold a Master’s degree in VLSI Design from IIEST and am currently pursuing a PhD focused on Machine Learning in...
Expert Programming Tutor in C/C++, Python, & AI | Master Complex Concepts with Ease
Welcome! I am a passionate software engineer and educator dedicated to making programming and Artificial Intelligence accessible to everyone. Whether you are a complete beginner looking to write your first line of code, or an advanced student aiming to master...
I have More than 11 years of teaching experience. I am working as an Assistant Professor in an Engineering College. Now I am handling computer science subjects like Data Structures, Microprocessors and Microcontrollers, Computer Architecture, Programming in C/C++, Java, etc. Teaching is my passion and I am a teacher by choice. I enjoy teaching and...
I can help you to solve your problem using better approach in terms of latest technology, latest programming technique and strong conceptual knowledge used by latest it organization which will helps you to crack real life problems and job opportunities.
Along with that your strong conceptual knowledge in the subject helps you to carry a good...
I am an enthusiastic educator with a solid background in computer science subjects and 1 years of experience in online tutoring and also I have work experience in software Company . My teaching approach is tailored to each student's unique learning style, ensuring that they not only understand the material but also gain confidence in their...
I am a B.Tech graduate in Computer Science, with a strong foundation in Python programming and over 1 year of experience providing personal tutoring.
I have taught Python to school and college students through one-on-one sessions, helping them build clear concepts from the basics to intermediate level — including topics like loops, functions,...
-I have experience in the field of teaching and ease of communicating information to students.
-I have 4 years of experience in El Shorouk Academy and also in NTI.
-Teaching Courses:
Software Engineering, Artificial Intelligence, Computer Vision, Pattern Recognition, Data Structures, and Supervising graduation projects.
---
-I have experience...
Hi Everyone,
in today's time, Knowledge is the best weapon for any war . in 21st century, if we are learning something everyday then we can continuous with the world other we are left behind the world.
today's time is changing so fast, so we need to learn latest technologies every day and make use of them and create something disruptive in...
I have total 7 years of experience in software development. Currently I am working as simulation software developer in airbus . Technologies I have worked on are C,C++,Python, data structures and algorithms. Teaching is my passion as well as profession. In my opinion teaching is just a discussion between student and teacher and in this process...
About Me
I’am Neethu Krishnan with five years experience in teaching Computer Science. Currently I’am working as a lecturer in a govt. aided college. I am a M.Tech graduate in computer science and Engineering and also UGC NET qualified. Teaching is my passion, so I made it my Profession. My method of teaching is Learner-centered . My objective...
As an educator, I begin by delving into the fundamentals, placing a strong emphasis on practical application and simplicity. My approach involves carefully examining the nature of a problem and determining the most appropriate solution strategy. What sets me apart as a tutor is my ability to visualize concepts, solutions, and approaches, ensuring...