About Me:
I am Subba Rao, an Assistant Professor with 15 years of experience in teaching Engineering Mathematics (M-I, M-II, M-III, M-IV), Probability and Statistics, Discrete Mathematics, and Computer Science subjects including C, C++, Java, Python, and Web Technologies. I hold a Master's degree from JNTUH University, Hyderabad, and currently...
I am a Software Development Engineer with industry experience at Qualcomm, specializing in building scalable automation frameworks, debugging system-level features, and enabling IoT solutions. With a strong academic foundation—M.Tech in Artificial Intelligence & Machine Learning and B.Tech in Computer Science—I bring both practical engineering...
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...
I am a passionate Data Structures and Algorithms (DSA) Tutor with a strong command of algorithmic design, problem-solving, and logical reasoning. Having solved 1500+ coding problems on LeetCode, I possess deep hands-on experience with real-world problem patterns and optimization techniques.
I specialize in helping students build strong...
I have solved alot of DSA questions (more than 2000) including platforms like leetcode, codeforces, gfg, codechef. I am currently in company which offers competitive package along with tough hiring process based on DSA. I can explain in depth all DSA concepts with ease and also I can guide one to land in high paying jobs properly. I can also guide...
🌟 Passionate and Experienced Online Tutor – DSA | Java | Python | Spring Boot | Math | Science 🌟
Hello! I'm an enthusiastic and patient online tutor with a strong background in both academic and technical subjects. I specialize in:
Data Structures & Algorithms (DSA)
Java and Python programming
Spring Boot development
Mathematics &...
Hi there! I'm someone who genuinely enjoys teaching and connecting with others, especially students who are around my age. I know exactly how overwhelming it can be during this phase — with so many career paths, technologies, and choices in front of us — and how a little guidance from someone just a step ahead can make a big difference.
That's...
Hi, I’m Shiva Teja. I’ve worked as a Software Developer and completed certification courses in Data Structures and Algorithms, building a strong understanding of programming concepts through hands-on experience.
I enjoy solving problems on coding platforms to continuously improve my coding and problem-solving skills.
During lessons, I’ll be...
A person who can has taught many software engineers, engineering students, freshers and children. I am a person who works in Eternal (NIFTY-50), a researcher at Indian Space Research Organisation (ISRO), working closely with the Director of ISRO and a Chapter Lead at Omdena, where I worked with many engineers and product people across world...
I have a strong technical foundation with an M.Tech in Software Engineering and hands-on experience software development. I've also solved 280+ problems on LeetCode, which shows my problem-solving skills,and I focus on providing intuition to solve and find logic in coding problems,especially in python.I specialize in teaching Data Structures and...
My qualification is B.TECH, M.TECH and Ph.D. I have 15 years of experience. While teaching online i used my writing pad so that its easy for student to understand every concept.
Area of Interest: 1. Algorithm and Data structure(DSA) 2. Theory of Computation (Automata theory) 3. Compiler design 4. Computer Network 5. Opeating System 6. Discrete...
I am a competitive Programmer pursuing the final year B.tech from the autonomous college IIITD.
I am a 5* codechef and candidate master in codeforces besides this i had also work at CHEGG which is the global platform and i worked as a tutor for more than 2 years and teach the student from grade 1 to grade 12 including (JEE MAINS+ADVANCED / NEET...
Step1-> Will teach you the basic concepts of Java/Javascript
Step2-> Will make you learn Data Structures and Algorithm(Array, Stacks, Linkedlist, Map, Set, Time Complexity, Space Complexity)
Step3-> Mock interview to check your skills(If failed, you have to revise again)
Step4-> Introducing the Advanced Concepts
Step5-> Mock Interview for the...
Myself Mansi Garg dynamic computer science trainer with over a decade of experience in educating Professional/students in programming and data science. Proficient in diverse programming languages including Python, Java, and C/C++, alongside expertise in machine learning and website development. Guiding students through real-world projects while...
I have a good experience of Software Development. I have done B.Tech in Computer Engineering and have cracked interviews of lot of tech giants including Amazon, Microsoft, Google, Swiggy, Oracle, Expedia, lot of start ups etc. I have a good grasp of coding in all languages. I have worked in frontend language using React and javascript. I have...
Stop memorizing syntax. Start building like an Engineer.
Hi, I’m Dhananjay. I am a Senior Software Engineer and Tech Lead at a high-growth product startup. I don't just teach coding from a textbook; I teach the exact skills, tools, and logic we use in the industry today.
My students aren't just passing exams—they are building real-world AI...
Hello! I'm Darie, a recent graduate from the National University of Singapore (NUS) with a Bachelor of Computing (Honours) in Computer Science. I am currently a Software Engineer at Autodesk, where I build and maintain large-scale systems using Java, Golang, and AWS.
With extensive internship experience at leading tech companies like Shopback,...
I believe learning Data Structures and Algorithms should be fun, interactive and practical. DSA can feel overwhelming at first, but with the right approach it becomes exciting and rewarding.
My teaching style & methodology:
-I break complex problems into simple, visual steps and focus on logic building.
- I explain multiple approaches to each...
I am dedicated to teaching Data Structures and Algorithms (DSA) and JavaScript with a focus on helping learners crack coding interviews and build strong foundations in problem-solving. My teaching style is practical, easy to follow, and designed to make complex topics simple and engaging. I cover essential DSA concepts such as arrays, strings,...
Hi there! 👋
I’m Raja Kumar, a passionate Computer Science student and problem solver who has solved 400+ LeetCode problems and continuously explores new algorithms and data structures.
I understand how confusing DSA can feel in the beginning — recursion looks scary, dynamic programming feels impossible, and time complexity sounds like a...