Skip to content

atifadib/programming_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

programming_exercises

Contains Notebook with Programming Exercises and their Solutions

  • Longest Increasing Subsequence in a List of Numbers
  • Anagram Indices Problem
  • Sum of Two Numbers in a List adding up to K.
  • Subset Sum Problem (Extension of the Previous Problem)
  • Product Array of a given array, [1,2,3] --> [6,3,2]
  • Serialize and Deserialize a Binary Tree
  • Find the First missing Positive Integers in a List
  • Car and Cdr Functions for Tuples
  • XOR Linked List in Python
  • Number of Ways to Decode a Message
  • Scheduler Using a Decorator Design Pattern
  • Non Adjacent Sum problem for an Array
  • Count Unival Trees in a Tree
  • Autocomplete Implementation Using a Class-Method
  • N Staircase Problem
  • Longest Substring with N distinct Characters
  • Adding two Linked lists with Carry over
  • Median of Two sorted Arrays
  • Finding an index in the array where arr[index]==index
  • Queue Design for a Simple E-Commerce Website
  • Spiral Matrix Printing
  • Longest Palindrome in a Sequence
  • File System Parser
  • Rolling Maximum of an Array
  • Longest Substring with Distinct Characters
  • All Unique Character Bit Vector in a String

About

Contains Notebook with Programming Exercises with Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published