[go: up one dir, main page]

0% found this document useful (0 votes)
32 views2 pages

Bentley Coding Interview Practice Guide

The document is a coding interview practice guide for Bentley Systems, organized into categories such as Arrays & Hashing, Strings, Linked Lists, Sorting & Searching, Trees, Dynamic Programming, and Extra Practice. Each category lists specific coding problems along with their respective platforms and links for practice. The guide provides a comprehensive resource for preparing for coding interviews.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Bentley Coding Interview Practice Guide

The document is a coding interview practice guide for Bentley Systems, organized into categories such as Arrays & Hashing, Strings, Linked Lists, Sorting & Searching, Trees, Dynamic Programming, and Extra Practice. Each category lists specific coding problems along with their respective platforms and links for practice. The guide provides a comprehensive resource for preparing for coding interviews.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

■ Bentley Systems - Coding Interview Practice

Guide
■ Arrays & Hashing
Question Platform Link

Two Sum LeetCode https://leetcode.com/problems/two-sum/

Maximum Subarray (Kadane’s) LeetCode https://leetcode.com/problems/maximum-subarray/

Move Zeroes LeetCode https://leetcode.com/problems/move-zeroes/

Missing Number LeetCode https://leetcode.com/problems/missing-number/

Intersection of Two Arrays LeetCode https://leetcode.com/problems/intersection-of-two-arrays/

Count Frequency of Elements GeeksforGeeks https://www.geeksforgeeks.org/counting-frequencies-of-array-e

■ Strings
Question Platform Link

Longest Substring Without Repeating Characters


LeetCode https://leetcode.com/problems/longest-substring-without-repea

Valid Palindrome LeetCode https://leetcode.com/problems/valid-palindrome/

Group Anagrams LeetCode https://leetcode.com/problems/group-anagrams/

Reverse Words in a String LeetCode https://leetcode.com/problems/reverse-words-in-a-string/

■ Linked List
Question Platform Link

Linked List Cycle LeetCode https://leetcode.com/problems/linked-list-cycle/

Merge Two Sorted Lists LeetCode https://leetcode.com/problems/merge-two-sorted-lists/

Remove Nth Node From End LeetCode https://leetcode.com/problems/remove-nth-node-from-end-of-li

Reverse Linked List LeetCode https://leetcode.com/problems/reverse-linked-list/

■ Sorting & Searching


Question Platform Link

Merge Sorted Array LeetCode https://leetcode.com/problems/merge-sorted-array/

Search Insert Position LeetCode https://leetcode.com/problems/search-insert-position/

Find Peak Element LeetCode https://leetcode.com/problems/find-peak-element/

■ Trees
Question Platform Link

Binary Tree Level Order Traversal LeetCode https://leetcode.com/problems/binary-tree-level-order-traversal

Maximum Depth of Binary Tree LeetCode https://leetcode.com/problems/maximum-depth-of-binary-tree/

Diameter of Binary Tree LeetCode https://leetcode.com/problems/diameter-of-binary-tree/


Validate Binary Search Tree LeetCode https://leetcode.com/problems/validate-binary-search-tree/

■ Dynamic Programming
Question Platform Link

Climbing Stairs LeetCode https://leetcode.com/problems/climbing-stairs/

House Robber LeetCode https://leetcode.com/problems/house-robber/

Longest Increasing Subsequence LeetCode https://leetcode.com/problems/longest-increasing-subsequenc

Coin Change LeetCode https://leetcode.com/problems/coin-change/

■ Extra Practice
Question Platform Link

Subarray Sum Equals K LeetCode https://leetcode.com/problems/subarray-sum-equals-k/

Product of Array Except Self LeetCode https://leetcode.com/problems/product-of-array-except-self/

Rotate Image LeetCode https://leetcode.com/problems/rotate-image/

Set Matrix Zeroes LeetCode https://leetcode.com/problems/set-matrix-zeroes/

Valid Parentheses LeetCode https://leetcode.com/problems/valid-parentheses/

You might also like