GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful
  • Posted on November 25, 2017January 23, 2021
  • Depth First Search

LeetCode 39. Combination Sum

Description https://leetcode.com/problems/combination-sum/ Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where the chosen numbers sum to target. You may…

Continue Reading
  • Posted on November 18, 2017January 23, 2021
  • Depth First Search

LeetCode 40. Combination Sum II

Description Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate…

Continue Reading
  • Posted on November 11, 2017January 11, 2021
  • LeetCode

LeetCode 155. Min Stack

Description Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) — Push…

Continue Reading
  • Posted on November 5, 2017May 16, 2020
  • Binary Search

LeetCode 69. Sqrt(x)

Description Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the…

Continue Reading
  • Posted on October 21, 2017February 6, 2021
  • LeetCode

LeetCode 412. Fizz Buzz

Description https://leetcode.com/problems/fizz-buzz/ Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three…

Continue Reading
  • Posted on October 1, 2017May 15, 2020
  • Binary Search

LeetCode 34. Find First and Last Position of Element in Sorted Array

Description Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value. Your algorithm’s…

Continue Reading
  • Posted on September 24, 2017March 25, 2018
  • Binary Tree

LeetCode 144. Binary Tree Preorder Traversal

Description https://leetcode.com/problems/binary-tree-preorder-traversal/description/ Given a binary tree, return the preorder traversal of its nodes’ values. For example: Given binary tree {1,#,2,3}, 1 \ 2…

Continue Reading
  • Posted on September 17, 2017April 8, 2021
  • Binary Search

LeetCode 35. Search Insert Position

Description Given a sorted array of distinct integers and a target value, return the index if the target is found.…

Continue Reading
  • Posted on August 26, 2017August 26, 2018
  • Machine Learning

Machine Learning Coding Tutorial 5. Build Our Own Classifier

In this tutorial, we are going to write machine learning program with our own classifier. 1. Steps First, we need to…

Continue Reading
  • Posted on August 19, 2017August 19, 2017
  • Machine Learning

Machine Learning Coding Tutorial 4. Testing Accuracy

Machine Learning Coding Tutorial 4. Testing Accuracy In this tutorial, we are going to write a program testing machine learning…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 57 Page 58 Page 59 … Page 61 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress