arnab64 / ProgrammingInterviewJava

Java code solutions of programming interview questions from multiple sources (CLRS, CTCI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProgrammingInterviewJava

Java code solutions of programming interview questions from multiple sources (CLRS, CTCI)

As of now, this repository contains my Java solutions to four simple problems

  • Implement a stack using a linkedlist
  • Implement a hash-table using a linkedlist
  • Implement a queue using two stacks
  • Implement two stacks using one array
  • Implement three stacks using one array

About

Java code solutions of programming interview questions from multiple sources (CLRS, CTCI)


Languages

Language:Java 100.0%