Programming Algorithm tutors in postcode 110007

12,444 Programming Algorithm tutors in postcode 110007 found

About Me

I am a Principal Software Engineer with 10+ years of experience building scalable systems, cloud applications, and real-world products.

I help developers and freshers move from learning to achieving real results, including cracking product-based company interviews, switching to better roles, and building production-ready...

  • India
  • $1153/hour
  • 8.5 yr.
  • 8.5 yr.

I am a highly skilled and experienced data structures and algorithms expert with a deep understanding of Java, C++, and Python. My passion for teaching allows me to communicate complex concepts effectively, creating an engaging learning environment. I excel in designing optimized algorithms for real-world challenges and continuously stay updated...

  • India
  • $1132/hour
  • 4.0 yr.
  • 5.0 yr.

🎓 Education:

Completed Bachelor's and Master's degrees in Mathematics and Computer Science from the esteemed Indian Institute of Technology (IIT) Kharagpur, securing a remarkable All India Rank of 1059 out of 1.5 million candidates in the JEE Advanced examination.

📚 Expertise:

Proficient in guiding students across a broad spectrum of...

  • India
  • $1653/hour
  • 4.0 yr.
  • 4.0 yr.

Microsoft Software Developer.
Graduated from IIIT Delhi.
I love Coding, Maths, and Physics. I have good command of Data structures and Algorithms. I have solved around 340+ questions on Leetcode and many more on Interviewbit.com ( 150+ questions ), GFG, Hackerrank, Codechef and Codeforces. I have more than 2 years of experience in both Python...

  • India
  • $711/hour
  • 1.0 yr.
  • 1.0 yr.

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...

  • India
  • $821/hour
  • 3.0 yr.
  • 5.0 yr.

As an engineering graduate specializing in Artificial Intelligence and Machine Learning, I bring a strong academic foundation and hands-on expertise to my teaching. For the past two years, I've had the privilege of teaching Python,AI/ML and DSA(C++ and Python) to fellow juniors, helping them build the skills and confidence they need to...

  • India
  • $511/hour
  • 2.0 yr.
  • 2.0 yr.

Mastering DSA doesn't have to be intimidating. I am an experienced Computer Science educator with a 2-year track record of simplifying algorithms for students of all levels. Having worked with Code Parallels and conducted extensive training workshops in colleges, I understand exactly where students struggle and how to fix it. My teaching style...

  • India
  • $511/hour
  • 2.0 yr.
  • 2.0 yr.

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...

  • India
  • $1237/hour
  • 5.5 yr.
  • 6.0 yr.

With over 15 years of extensive experience in software development, Mohammed Abdul Baseer is a seasoned technologist with a proven track record across enterprise application development, cloud integration, and open-source frameworks. He has contributed to high-impact projects in the investment banking, telecom, and cloud computing domains for...

  • India
  • $719/hour
  • 4.0 yr.
  • 5.0 yr.

**Turn Data Into Decisions — Learn Data Analysis the Smart Way!**

I’m a passionate Data Analyst and tutor with an experience in transforming complex data into clear, actionable insights. I’ve helped students and professionals master tools like **Excel, SQL, Power BI, and Python** . My teaching style focuses on making data analysis simple,...

  • India
  • $5/hour
  • 2.0 yr.
  • 2.0 yr.

I’m a passionate DSA tutor with real experience in software development and teaching. I’ve done two internships — one at Amazon and another at Cisco — where I worked on solving real-world problems using data structures, algorithms, and backend development tools like Java, Flask, and AWS.

I’ve been actively involved in competitive programming...

  • India
  • $1132/hour
  • 1.0 yr.
  • 2.0 yr.

A Python, SQL Server, MS Excel/ VBA, Access, Power BI, Kotlin geek for more than a decade now (What !!? Over 1/3 rd of my time so far on this planet punching keys).

Somewhere down the line I developed a penchant for teaching. So, I set sail on a journey as a corporate trainer (where I got the opportunity to rack the brains of my colleagues)....

  • India
  • $721/hour
  • 10.0 yr.
  • 13.0 yr.

I help students and early-career developers build real confidence in coding, not just solve problems mechanically.

Over the years, I’ve worked closely with learners who struggled with the same challenges — unclear fundamentals, fear of DSA, difficulty connecting theory with real systems, and confusion about what interviews actually test. My...

  • India
  • $511/hour
  • 2.0 yr.
  • 2.0 yr.

Hi,

I’m a professional Python trainer. I take online classes for offshore and overseas students and working professionals.

Basics and advance python will be thought with 2 real time projects.

Training for AWS/Devops/Linux also available.
I believe mostly in interactive sessions.
The real time projects will help you understand the real...

  • India
  • $28/hour
  • 2.0 yr.
  • 2.0 yr.

Hey, How are you?
This me Omar Ahmed, I was teaching assistant. I’m writing to express my interest in the position of Tutor online . I’m confident that I can make a positive contribution to yours, During my past projects, I have gained a wealth of experience in developing machine learning models to solve complex problems, I have also worked on...

  • Egypt
  • $711/hour
  • 2.0 yr.
  • 2.0 yr.

I am a Software Engineer at an India-based MNC and a passionate programming tutor with expertise in C++, Java, Python, DBMS, and modern web technologies including JavaScript and React.js. I have developed several applications/projects and deployed them.

I Computer Science students learn concepts through practical, real-world projects rather...

  • India
  • $23/hour
  • 0.0 yr.
  • 0.0 yr.

I am a Computer Science student with a strong foundation in problem-solving and programming, and I genuinely enjoy breaking complex concepts into simple, understandable ideas. Over the past few years, I’ve worked extensively with Python, SQL, Object-Oriented Programming, and web technologies like HTML and CSS, both in academic projects and...

  • India
  • $35/hour
  • 0.0 yr.
  • 0.0 yr.

MSc Computer Science student with strong expertise in C, C++, Python, SQL, HTML, Java, JavaScript, and Data Structures. My teaching style is simple, interactive, and step-by-step, making complex concepts easy to understand. I focus on concept clarity, practical coding skills, problem-solving techniques, and exam-oriented preparation. My...

  • India
  • $0.040.06/hour
  • 0.0 yr.
  • 2.0 yr.

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...

  • India
  • $1121/hour
  • 0.0 yr.
  • 0.5 yr.

Hello! I am a B.Tech student specializing in Artificial Intelligence and Machine Learning with a strong interest in coding, problem-solving, and technology education. I teach Python, C programming, basic Data Structures & Algorithms (DSA), and Microsoft Office tools such as Word, Excel, and PowerPoint.

My teaching style is simple, practical,...

  • India
  • $25/hour
  • 0.0 yr.
  • 0.0 yr.