LearnProductTeam

#ctci
55

Generate Permutations
Recursion
Generate Permutations
Problem 🤔 Given an array nums of distinct integers, return all the possible permutations. You can…
Omer Goldberg
June 20, 2022
11 min
Dynamic Programming
Longest Palindromic Substring
Problem 🤔 Given a string s , return the longest palindromic substring in s . Example 1 Input: s…
February 12, 2021
14 min
Linked Lists
Reverse Linked Lists
Problem 🤔 Reverse a linked list! Example 1 Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL…
January 20, 2021
11 min
Page 1 of 10
Next
© 2024, All Rights Reserved.

Quick Links

HomeLearnProductInstructors

Social Media