<!DOCTYPE html>
<html ⚡ lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  <meta name="author" content="InterviewBit">

  <title>Arrays - InterviewBit</title>
<meta name="description" content="Practice and master all interview questions related to Arrays" />
<meta property="og:url" content="/courses/programming/arrays" />
<meta property="og:title" content="Arrays - InterviewBit" />
<meta property="og:image" content="https://assets.interviewbit.com/assets/ib-logo-904db47f8d2208f21a168bfe4851e0fdcc041f2487b6a8ec0b181d3724dbd012.png" />
<meta property="og:description" content="Practice and master all interview questions related to Arrays" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="InterviewBit" />
<meta property="og:image:height" content="630px" />
<meta property="og:image:width" content="1200px" />
<meta property="og:site" content="InterviewBit" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@interview_bit" />
<link rel="canonical" href="https://www.interviewbit.com/courses/programming/arrays/sorting-algorithms/" />

  <link rel="icon" type="image/png" href="https://assets.interviewbit.com/assets/ibpp/favicon-fcc4f9cdd2e768e1a9c0b884239242138fd250486c634d791103a152eee669a1.ico">
  <link rel="manifest" href="/gcm-manifest-ib.json">
  <meta property="fb:app_id" content="314158428787536" />
  <!--<link href='http://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>-->
  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  <!--[if lt IE 9]>
  <script src="https://assets.interviewbit.com/assets/html5shiv-94b93b0dd2e9d1ae9799ab510d47057b7475e32ac98711bef05665fcba74bc83.js" media="all"></script>
  <script src="https://assets.interviewbit.com/assets/respond-d20bf9af0a876baf17629e8be06bb6c9238a8e4fddcdac379acd3141300b303a.js" media="all"></script>
  <![endif]-->


  <!-- Write custom css sytle for amp html here. -->
  
  <style amp-custom>
  h1 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  h5 {
    font-size: 1rem;
    font-weight: 400;
  }
  h6 {
    font-size: .75em;
  }

  code.highlighter-rouge {
    background-color: #f9f2f4;
    color: #c7254e;
    padding: 2px 4px;
    border-radius: 4px;
    max-width: 900px;
  }

  blockquote p::before{
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  }

  blockquote p::after {
    color: #ccc;
    content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
  display: inline;
  font-size: 16px;
  color: #333333;
  font-style: italic;
  }

  /* AMP SELECTOR*/

  :root {
    --color-primary: #005AF0;
    --space-1: .5rem;  /* 8px */
    --space-4: 2rem;   /* 32px */
  }

  /* Styles for the flex layout based tabs */
  amp-selector[role=tablist].tabs-with-flex {
      display: flex;
      flex-wrap: wrap;
  }
  amp-selector[role=tablist].tabs-with-flex [role=tab] {
      flex-grow: 1;
      /* custom styling, feel free to change */
      text-align: center;
      padding: var(--space-1);
  }
  amp-selector[role=tablist].tabs-with-flex [role=tab][selected] {
      outline: none;
      /* custom styling, feel free to change */
      border-bottom: 2px solid var(--color-primary);
  }
  amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {
      display: none;
      width: 100%;
      order: 1; /* must be greater than the order of the tab buttons to flex to the next line */
      /* custom styling, feel free to change */
      padding: var(--space-4);
  }
  amp-selector[role=tablist].tabs-with-flex [role=tab][selected] + [role=tabpanel] {
      display: block;
  }

  /* Styles for the selector based tabs */
  amp-selector[role=tablist].tabs-with-selector {
      display: flex;
  }
  amp-selector[role=tablist].tabs-with-selector [role=tab][selected] {
      outline: none;
      /* custom styling, feel free to change */
      border-bottom: 2px solid var(--color-primary);
  }
  amp-selector[role=tablist].tabs-with-selector {
      display: flex;
  }
  amp-selector[role=tablist].tabs-with-selector [role=tab] {
    /* custom styling, feel free to change */
    width: 100%;
    text-align: center;
    padding: var(--space-1);
  }
  amp-selector.tabpanels [role=tabpanel] {
    display: none;
    /* custom styling, feel free to change */
    padding: var(--space-4);
  }
  amp-selector.tabpanels [role=tabpanel][selected] {
    outline: none;
    display: block;
  }

  /*sel_ended*/

  /*HEADER STYLES*/

  amp-sidebar {
    width: 230px;
    background: #ffffff;
  }
  .mit-header {
  	height: 60px;
  	min-height: 60px;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    background:white ;
  	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  }
  .mit-header .container {
      margin-top: 5px;
  		width: 95%;
  }
  .mit-header.navbar-inverse .navbar-nav > li > a:hover, .mit-header.navbar-inverse .navbar-nav > li > a:hover .glyphicon {
    color: #333;
  }
  .header-logo {
    position: relative;
    bottom: 6px;
  }
  .color-black {
    color: #333;
  }
  .svg_header_icons {
    position: relative;
  }

  .select2-container--default .select2-selection--multiple {
    border: none;
  }

  .navbar-nav.features li{
  		padding:0px 5px;
  	}

  .navbar-nav.features .active_feature:after{
  		height: 4px;
      display: block;
      background: #63b1c6;
      border-right: 1px white;
      content: '';
      border-radius: 4px;
      margin: 1px auto;
  		
  		}    

  .navbar-inverse .navbar-brand {
    color: white;
  }

  .header-items {
    position: relative;
   	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
  }

  .mit-header.navbar-inverse .navbar-nav > .open > a {
    background-color:#f3f9fa;
    color: #333333;
  }

  .navbar-form[role="search"] > * .btn {
    height: 33px;
    width: 40px;
    border: solid 1px rgba(0, 0, 0, 0.12) ;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 0;
    border-left: none;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-keyword-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
      border: solid 1px rgba(0, 0, 0, 0.12) ;
    border-radius:5px;
    background:transparent;
    height:30px;
  }

  .navbar-right .glyphicon {
    color: white;
  }

  .navbar-inverse .navbar-nav > li > a span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
  }


  .navbar-form > * .select2-container--default .select2-selection--multiple {
    border-radius: 4px 0 0 4px;
  }

  .navbar-nav li .tooltip-inner {
    max-width: 150px;
    width: 150px;
  }


  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color:#5da7b9;
  }
  .svg_down_arrow{
  	padding: 0px 7px 0px 7px;
    top: -2px; 
    position: relative;
    text-align:right;
    border:0px;
    background:transparent;
  }

  .notification{
    background-color: white;
    border-radius: 100%;
    height:12px;
    width: 14px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }

  #notification-loading{
    padding: 10px;
    text-align: center;
  }
  .notification .glyphicon.inactive{
    color: #ddd;
  }

  .notification:hover, .notification.active{
    background-color: rgba(52, 127, 145, 0.19);
  }

  .notification:hover .glyphicon{
    color: #ffffff;
  }
  .notification-popover .popover-content{
    padding: 0;
  }
  .notification-popover.popover{
    max-width: 400px;
    width: 400px;
  }
  .notification-popover .list-group-item{
    border-left: none;
    border-right: none;
  }
  .notification-popover .list-group-item:first-child{
    border-top: none;
  }

  .unread-notification-count{
    background-color: #63b1c5;
    height: 22px;
    display: inline-block;
    font-size: 10px;
    height: 20px ;
    border-radius: 11px;
    padding: 1px 7px;
    position: absolute;
    top: 2px;
    left: 20px;
    color: white;
  }

  .follow-ct{
    text-align: left;
    margin-left: 54px;
  }


  .icon-ib-logo-dark{
    background: image-url("header_logo_color.png") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 0;
    height: 50px;
    width: 162px;
    background-size: 148px;
  }

  .beta-header{
    background: #fff;
    height: 54px;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 1001;
    border-bottom: 1px solid #f2f2f2;
   
  }

   @media (max-width: 992px){
       .beta-header{
      position: static;
       }
    }

  .header-item {
    display: block;
    float: left;
  }
  .site-logo-link {
    font-size: 28px;
    font-weight: 300;
    height: 30px;
    padding: 15px 25px 0 25px;
    text-align: center;
    
  }
  @media (max-width: 768px){
      .site-logo-link{padding: 15px 10px 0 25px;
      }
    }



  .site-logo {
    display: block;
    line-height: 33px;
    margin: 0;
  }

  .site-logo-image {
    float: left;
    height: 30px;
    margin: 0;
  }

  .icon {
    display: inline-block;
    overflow: hidden;
    background: image-url("icons/topic-icons") no-repeat;
  }

  .icon-ib-logo-dark{
    background: image-url("header_logo_color.png") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 0;
    height: 50px;
    width: 162px;
    background-size: 148px;
  }


  .header-sign-up{
    background: #63b1c6;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
  }

  .header-sign-up a:hover{
    background-color: #5da7b9 ;
  }

  .header-sign-up a{
    padding-top: 18px;
    color: #ffffff;
  }
  .hero-out .header-sign-up{
    left: 0;
  }
  ul.nav-main {
    float: left;
    font-size: 22px;
    list-style: none;
    margin: 0;
  }

  ul.nav-main li {
    border-left: 1px solid #f5f5f5;
    float: left;
  }

  ul.nav-main a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #959595;
    display: block;
    height: 40px;
    padding: 13px 30px 12px 30px;
    white-space: nowrap;
    font: 400 18px/1.667 "Open Sans",sans-serif;

  }

  @media (max-width: 768px){
    &.links{
      
        padding: 12px 6px;
        font-size: 16px;
      }
    }

  ul.nav-main a:hover, ul.nav-main a:focus{
    text-decoration: none;
    border-bottom-color: #0da95f;
  }
  ul.nav-main a.active {
    border-bottom-color: #0da95f;
  }
  .search_btn{
  height: 35px;
  }

   .search_bar.select2-container .select2-selection--multiple{
      height: 35px;
    }
  .select2-results{
    width: 308px;
  }



  @media (max-width: 768px){
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: rgba(0, 0, 0, 0.7);
    }
    .mit-header .container {
      width: 100%;
    }
    .navbar-nav.features{
      margin-left: 0px;
    }
    .navbar-inverse .navbar-collapse {
      border-color: white;
      background-color: white;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #ccc;
      border-color: #ccc;
    }
    .navbar-inverse .navbar-toggle{
      border-color: #ccc;
    }
    
    

  }



  .navbar-toggle{
    display:none;
  }

  .navbar{
    position:relative;
    margin-bottom:20px;
  }

  .navbar::before{
    content:"";
    display:table;
    box-sizing:border-box;
  }

  .nav{
    display:block;
  }
  .navbar-header{
    float:left
  }


  .navbar-header:before{content:" ";display:table}


  .navbar-static-top{
    z-index:1000;
  }

  .navbar-brand{
    float:left;
    font-size:18px;
    line-height: 20px;
  }

  .navbar-collapse{
    margin-right:0px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
  }

  .navbar-collapse.collapse{
    height:auto;
    padding-bottom:0px;
    overflow:visible;
  }

  .navbar-nav.features{
    margin-left:20px;
    padding:0
  }

  .navbar-nav,.navbar-nav > li{
    float:left;
  }

  .nav > li{
    position:relative;
    display:block;
  }

  .navbar-nav > li > a{
    
    display:block;
    
  }
  .navbar-nav >li > .dropdown-toggle{
    display:block;
    margin-right:15px;
    padding:5px 15px;
  }
  .navbar-right > li > a{
    font-size:14px;
    padding:7px 15px;
    font-weight:bold;
    border-radius:5px;
  }


  .feature > a{
    padding:9px 15px;
  }

  .pull-left{
    float:left;
  }

  .search_bar{
    width: 310px;
    display: inline-table;
    verticle-align: middle;
  }

  .input-group{
    position: relative;
    border-collapse: seperate;
  }

  .navbar-form{
    width:auto;
    border:0;
    margin:17px 0 0px 0;
    padding:0 15px 0 15px;
    box-shadow:none;
    font-size:15px;
    vertical-align:baseline;

  }

  .navbar-right{
    float:right;
    margin-right:-15px;
  }

  #welcome-page-nav{
    margin-top: 15px;
  }

  .sign-in-link{
    border:1px solid black;
    margin-right:7px;
  }

  .accordian{
    top:100;
    right:0;
    left:auto;
    position:absolute;
    z-index:1000;
    
    float:left;
    
    margin:-18px 5px 0px 0px;

  }

  .dropdown-menu{
    border-top-right-radius:0;
    border-top-left-radius:0;
    top:0px;
    right:0;
    left:auto;
    position:absolute;
    z-index:1000;
    
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0px 0px 0px;
    list-style:none;
    font-size:15px;
    text-align:left;
    background-color:#fff;
    background-clip: padding-box;
    box-shadow:0 6px 12px rgba(0,0,0,0.175);

  }

  .dropdown-menu > li > a{
      display:block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.4;
      white-space: nowrap;
  }


  .dropdown-menu > li > a:hover{
      text-decoration: none;
      color: #262626;
      background-color:#f5f5f5;    
  }

  .show-dropdown{
    display:block;
  }
  .hide-dropdown{
    display:none;
  }

  .badge {
    display: inline-block;
    min-width:10px;
    padding: 3px 7px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
  }



  .container-nav{
    max-width:none;
    width:95%;
    padding-right:25px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
  }




  /**/

  body {
      background-color: #FFFFFF;
      color: #333;
  }

  h1,h2,h3,h4,h5,h6,td,tr,p,li,a,div,span,b,center,label,button{
    font-family: 'Helvetica', 'Arial', 'Sans-serif';
  }
  a{
      text-decoration: none;
      color: inherit;
  }

  P{
      line-height: 1.3;
      font-size: 15px;
      color: #333333;
  }
  .flex{
      display: flex;
  }

  h3{
      font-size: 24px;
  }

  .text-center{
      text-align: center;
  }

  .p0 {
      padding: 0;
  }
  .m0 {
      margin: 0;
  }
  .list-reset {
      list-style: none;
      padding-left: 0;
  }
  .nowrap {
      white-space: nowrap;
  }

  .btn{
      padding: 5px 10px;
      border: none;
      text-decoration: none;
      border-radius: 4px;
      cursor: pointer;
      text-align: center;
  }

  .btn-outline{
      padding: 10px 20px;
      border: white solid thin;
      color: white;
  }

  .btn-outline-black{
      border: grey solid thin;
      color: grey;
      padding: 6px 15px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.3px;
      text-align: center;
      border-radius: 5px;
  }


  .btn{
    display: inline-block;
  }
  .btn-primary{
      padding: 7px 20px;
      background: none;
      color: #33a6cc;
      font-family: Nunito;
      font-size: 14px;
      border-radius: 4px;
      border: 2px solid #0099cc;
      padding: 6px 15px;
      letter-spacing: 0.3px;
      text-align: center;

  }

  /* lightbox styling singnin form  */

  .lightbox {
      background: rgba(0,0,0,0.8);
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .sign-in-box-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .oauth_providers{
      display: flex;
      justify-content: space-between;
  }

  .oauth_providers img{
      height: 45px;
  }
  .lightbox label{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .sign-up-panel-links a{
      color: #0268f7;
      line-height: 1.5;
  }

  .sidebar-toggle-btn,#sidebar{
      display: none;
  }

  label.checkbox{
      justify-content: flex-start;
  }
  .lightbox label.checkbox input{
      flex: 0;
  }
  .lightbox label.checkbox div{
      margin-left: 10px;
  }

  .lightbox .btn{
      width: 100%;
      line-height: 1.5;
  }

  .lightbox label span{
      width: 85px;
  }
  .lightbox label input{
      flex: 1;
      padding: 10px;
      border: thin solid #ccc;
  }

  .sing-in-box{
      background-color: white;
      padding: 30px;
      padding-top: 0px;
  }

  .lightbox h1 {
      color: rgba(0,0,0,0.7);
  } 


  /* navigation bar styling  */

  .login-btn{
      padding: 8px 20px;
  }

  .singup-btn.btn{
      margin-right: 10px;
  }

  .looking-to-hire{
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.3px;
      color: rgba(0, 0, 0, 0.7);
      padding: 5px 15px;
      margin-top: -4px;
      border-left: solid 1px rgba(0, 0, 0, 0.12);
  }
  .looking-to-hire .link{
      color: #0268f7;
      font-weight: normal;
      cursor: pointer;
  }


  .headerbar {
      
      height: 60px;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      display: flex;
      align-items: center;
      background-color: white;
      border: solid 1px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    
  }


  .ib-headerbar-nav{
      flex: 1; 
      align-items: center;
      justify-content: space-between;
  }

  .blog-main{
      margin: 0;
      margin-top: -1rem;
      padding-left:15px;
      padding-right:15px;
  }

  .pull-right{
      border-left:0;
      float:right
  }

  .panel{
      margin-bottom:20px;
  }

  .panel.gray, .panel-body.gray {
    background-color: #F8F8F8;
  }
  .panel > .panel-heading {
      background-color: #fff;
      padding: 18px;
      border: solid 1px rgba(0, 0, 0, 0.12);
    
  }

  .panel-title{
      margin-top: 0;
      margin-bottom: 0;
      display:inline;
      font-size: 16px;
      color: inherit;
    }

  .panel-secondary-title {
      font-size: 12px;
      color: #999;
      margin-top: 0;
   
  }

  .row-tutorial{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
      box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  }

  .tutorial-block {
    display:block;
      background-color: white;
      border-bottom: solid 1px rgba(0, 0, 0, 0.12);
      border-left: solid 1px rgba(0, 0, 0, 0.12);
  }


  .tutorial-static {
      height: 20px;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1.4px;
      color: rgba(0, 0, 0, 0.4);
  }


  .tutorial-content {
      padding: 16px 18px 0px 16px;
  }

  .article-slide {
      flex:1;
      background-color: white;
      border-right: solid 1px rgba(0, 0, 0, 0.12);
      border-bottom: solid 1px rgba(0, 0, 0, 0.12);
      padding: 30px;
  }

  .tutorial-list {
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.54);
      cursor: pointer;
      width:220px;
  }

  .list-box {
      padding: 18px 10px 18px 20px;
      border: solid 1px rgba(0, 0, 0, 0.12);
      border-top: 0px;
      border-left: 0px;
      background-color:#f8f8f8;
  } 

  .list-box>a {
      display: inline-block;
      width: 100%;
  }

  .slide-thumb.selected {
      background: #ffffff;
      color: rgba(0, 0, 0, 0.7);
      background-color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.7);
  }

  .slide-thumb {
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .slide-thumb:hover {
      background-color: #ffffff;
  }

  .tutorial-heading {
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      margin-bottom: 20px;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.7);
  }


  .breadcrumb>li{
      color: rgb(0,120,255);
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.6px;
  }

  .breadcrumb {
    list-style:none;
    padding: 1rem;
    background-color: #F8F8F8;
    border-radius:4px
  }

  .breadcrumb>li+li:before{
      content: "/ ";
      padding: 0 5px;
      color: #ccc;
  }

  .breadcrumb>li:hover{
      color: rgb(0,70,255);
  }

  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }

  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }

  .breadcrumb>.active{
      color:#777
  }


  #footer .container{
      padding:10px
  }

  #footer{
      background-color:#eeeeee;
      width:100%;
  }


  .container ul{
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }

  .list-inline {
      padding-left: 0;
      list-style: none;

  }
  .list-inline>li{
      display:inline-block;
      padding-left:5px;
      padding-right:5px
  }

  #footer-pages li{
      margin:10px 0;
      padding:0 20px;
  }

  #footer-pages li:last-child{
      border-right:0
  }

  #footer-social a{
      text-decoration:none;
      color:#333;
      border:1px solid #333;
      border-radius:5px;
      padding:10px 15px;
      margin-right:20px;
  }

  .feedback-box {
      padding:5px;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      vertical-align: middle;
      text-align: center;
      background: white;
      font-family: 'Source Sans Pro', Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-weight: bold;
      font-size: 14px;
      color: #ffffff;
      cursor: pointer;
      z-index: 10;
      border: solid 1px rgba(0, 0, 0, 0.12);
  }

  .feedback-box > a:hover {
      color: blue;
  }

   .tutorial-block-ham{
      display:none;
  }

  .show{
    display:block;
    width:100%;
    border-left: solid 1px rgba(0, 0, 0, 0.12);
  }

  .hide{
      display:none
  }
  pre{
    white-space: pre-wrap;
  }

  .highlight{
    display:block;
    font-size:13px;
    color:#333333;
    padding : 15px;
    background-color: #F8F8F8;
    border: 1px solid #ccc;
    border-radius:4px;
    overflow:scroll;
    white-space: pre-wrap;
  }
  .img-responsive{
    max-width:100%;
  }

  .inline{
    display:inline;
  }

  .c1{
    color:green;
  }

  .c{
    color:green;
  }
  /*  media query related css */



  @media( max-width: 500px){

      .sing-in-box{
          width: 75%;
      }

      .gtp{
          padding:2px;
          font-size: 12px;
      }
     
  }

  @media( max-width: 830px){
      .blog-main{
        margin: auto;
      }
      
      .list-box{
          display:block;
      }
     
      .panel-body{
          overflow: hidden;
      }
         
      #tabpanel{
        padding:0px;
      }
  }

  @media( max-width: 950px){

      #sidebar{
        display: block;
      }

      .sidebar-menu{
        flex-direction: column;
        align-items: center;
      }
      #nav-sidebar > ul.login-links {
        flex-direction: unset;
        align-items: center;
        justify-content: center; 
        flex-wrap: wrap;
      }
      .header-items{
        color: rgba(0, 0, 0, 0.7);
      }
      .navbar-collapse{
        display:none;
      }

      .sidebar-toggle-btn{
        display: block;
        float:right;
        font-size: 25px;
        margin: 15px 15px 0px 0px;
        border: navajowhite;
        border-radius:5px;
        color:grey;
        background:transparent;
      }

    
      .ib-headerbar-nav{
        display: none;
      }

      header{
        justify-content: space-between;
      }

      .sidebar-menu > li {
        height: 50px;
        width: 100;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:3px 0px;
      }
      .sidebar-menu > li.looking-to-hire {
        position: relative; 
        left: -10px;
      }
      .sidebar-menu > li a {
        display: inline-block;
        padding:6px 12px;
        border-radius: 5px;
        font-weight: bold;
      }

      .sidebar-menu .feature a{
          width: 100%;
          padding: 10px 0px;
      }

      .section-six .box-b{
          order: -1;
      }
      
      .tutorial-links{
          display:block;
          height: 55px;
          border-bottom: solid 1px rgba(0, 0, 0, 0.12);

      }

      .article-slide{
          flex:none;
      }

      .tutorial-block{
          display: none;
      }

      .notification{
        background:#efefef;
      }

     
      .svg_down_arrow{
        left:-60px;
        top: -7px; 
      }

      .tutorial-block-ham{
          display:inline-block;
          float:left;
          margin-right:20px;
      }   

      .thead{
          width:200px;
          margin:auto;
      }
      .tutorial-heading .slide-title {
        margin-bottom: 15px;
      }

  }

  @media( max-width: 1200px){
    h2 {
      font-size: 26px;
    }

    .tutorial-list{
        width:auto;
    }

    .tutorial-block{
        width: 220px;
    }

    .article-slide{
        padding:10px 0px 20px 0px;
        width:100%;
    }  
  }
  @media( max-width: 1220px)
  {
     .hidden-md{
        display:none;
      }
  }
  @media(min-width:992px){

      body{
          margin-bottom:320px
      }
      
      #footer{
          height:220px
      }
  }

  /* TOPIC PAGE */
  
  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
  }
  .jumbotron {
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
  }
  .mcq-banner {
    position: relative;
    padding: 6px 60px 22px;
  }
  .mcq-banner .subtext {
    font-size: 1em;
  }
  .subtext {
    color: #999999;
  }
  .row{
    margin-top: -1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-md-4{
    padding-left: 15px;
    padding-right: 15px;
  } 
  .panel{
    background-color: #fff;
  }
  .panel > .panel-heading{
    background-color: #fff;
    padding: 18px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-body{
    padding: 15px;
  }
  .tutorial-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article {
    padding: 3px;
  }
  .btn-default.outline {
    padding: 6px 12px;
    margin-top: -6px;
    border: solid 1px #63b1c6;
    color: #0099cc;
  }
  .btn-default.text {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #63b1c6;
  }
  .table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {

    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  th{
    text-align: left;
    font-family: 'Source Sans Pro', Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  }
  td, th{
    font-size: 15px;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  a{
    color: #337ab7;
    background-color: transparent;
    text-decoration: none;
  }
  .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .example-problems, .example-problem, .assignment-list, .primer-problems, .primer-problem{
    -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border: 0;
  }
  .assignment-list{
    position: relative;
    overflow: visible;
  }
  .assignment-list .collapse {
    overflow-x: scroll;
  }
  .assignment-list .panel-heading {
    overflow: visible;
  }
  .assignment-list .panel-heading {
    background-color: #63b1c6;
    color: #FFFFFF;
  }
  .assignment-list thead {
    background-color: #F5FAFD;
    color: #999999;
    border-radius: 0;
    font-size: 12px;
  }
  .primer-problem > a > .panel-body, .example-problem > a > .panel-body{
    height: auto;
  }
  .topic-wrapper .panel-body{
    padding: 10px 0px;
  }
  .topic-wrapper{
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .topic-ct{
    -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border: 0;
  }

  .tag-container span {
    margin-top: 6px;
  }
  .problem-tags span {
    display: inline-block;
    background: #63b1c6;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 4px;
    color: #FFFFFF;
  }
  .problem-tags span.fa{
    padding: 0px;
  }
  @media only screen and (max-width: 760px) {
    .dashboard-topics table, .dashboard-topics thead, .dashboard-topics tbody, .dashboard-topics th,
    .dashboard-topics td,.dashboard-topics tr {
      display: block;
    }
    .dashboard-topics thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .dashboard-topics tr {
      border: 1px solid #ccc;
    }
    .dashboard-topics td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }
    .dashboard-topics td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
    }
    .dashboard-topics td:nth-of-type(1):before { content: "Title"; }
    .dashboard-topics td:nth-of-type(2):before { content: "Difficulty"; }
    .dashboard-topics td:nth-of-type(3):before { content: "Average time to complete"; }
    .dashboard-topics td:nth-of-type(4):before { content: "Status"; }
    .dashboard-topics td:nth-of-type(3){
      height: 60px;
    }
  }
  ul li a {
    text-decoration: none;
    font-family: 'Lato',sans-serif;
  }
  #footer {
    display: flex;
    justify-content: center;
    background-color: #002222;
    height: 100%;
  }
  .footer-section {
    max-width: 1200px;
    padding-top: 30px;
    width: 100%;
  }
  .footer-logo {
    max-width: 150px;
    margin-left: 30px;
  }
  #footer ul {
    list-style: none;
  }
  #footer li {
    padding: 3px 0px;
  } 
  #footer li a {
    font-size: 14px;
    padding-right: 15px;
    color: #bbc6c5;
  }
  #footer-pages {
    flex: 2.5;
    padding: 0 20px 0 0;
  }
  #footer-pages div {
    color: white;
    font-size: 16px;
    margin-left: 30px;
    font-family: 'Lato',sans-serif;
  }
  #footer-pages ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #footer-pages ul li {
    flex: 0 0 33%;
  }
  #footer-pages-static-info {
    flex: 1;
  }
  #footer-pages-static-info ul {
    display: flex;
    flex-wrap: no-wrap;
  }
  #footer-pages-static-info li {
    flex: 0 0 50%;
  }
  #footer-pages-static-info li:first-child i {
    padding: 6px 0px;
  }
  #footer-social {
    display: flex;
    flex-direction: column;
  }
  #footer-social div {
    margin: 10px 20px 30px 0;
  }
  #footer-social span {
    color: white;
  }
  .footer-topics__title {
    color: white;
    margin: 0 0 0 30px;
  }

  @media (max-width: 768px ){
    .footer-section {
      flex-direction: column;
    }
    #footer-pages ul li {
      flex: 0 0 50%;
    }     
    #footer-social {
      flex-direction: row;
      justify-content: center;
    }
    #footer-topics {
      flex-direction: row;
    }
  }

  .ib-topic-section__tutorials-container {
    padding: 0 1rem;
  }

  .ib-topic-section__problem-tab {
    background: #383E3F;
    color: white;
    display: flex;
    margin-top: -1rem;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .ib-topic-section__topic-name {
    font-size: 1.6rem;
  }

  .ib-topic-section__problems-goto {
    border: 0.08rem solid white;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: white;
    margin-top: 0.5rem;
  }

  .ib-topic-sidebar__problems-redirection span {
    font-size: 14px;
  }

  .ib-topic-section {
    display: flex;
  }

  .ib-topic-section__content {
    flex: 1;
    width: 100%;
  }

  .ib-topic-section__sidebar {
    height: 100vh;
    flex: 0.25;
    min-width: 25rem;
    position: sticky;
    top: 0;
    width: 40rem;
    background: #F3F6FC;
    padding: 1rem 0 2rem 0;
  }

  .ib-topic-sidebar__section {
    overflow-y: auto;
    height: 100%;
    padding: 1rem;
  }

  .ib-topic-sidebar__title {
    margin: 0.5rem 0;
    font-weight: 500;
  }

  .ib-topic-sidebar__checkpoint-problem-redirection {
    display: flex;
    justify-content: center;
    margin: 1.3rem 0;
  }

  .ib-topic-sidebar__checkpoint-problem-jump {
    background: #75AFC3;
    padding: 0.3rem 1rem;
    border-radius: 0.4rem;
    display: flex;
  }

  .ib-topic-sidebar__checkpoint-problem-jump span {
    font-size: 0.8rem;
    color: white;
  }

  .header-nav-accordion__items-container {
    padding: 1rem 2rem;
  }

  .ib-topic-sidebar__heading {
    padding: 0.6rem;
    font-size: 14px;
    border: 0;
    background: none;
  }

  .ib-topic-sidebar__heading:hover {
    background: #e4eeff;
  }

  .ib-topic-sidebar__heading span {
    position: absolute;
    right: 1rem;
    font-size: 0.8rem;
  }

  .ib-topic-sidebar__subheading {
    font-size: 0.8rem;
  }

  .ib-topic-sidebar__fab {
    display: none;
  }

  .ib-topic-sidebar__subheading::before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background: #999999;
    left: -20px;
    top: 13.5px;
    border-radius: 50%;
    border: 1.5px solid white;
    outline: 1px solid #999999;
    padding: 1pxrem;
    position: relative;
  }

  .ib-topic-sidebar__checkpoint-problem-redirection {
    position: relative;
  }

  .ib-topic-sidebar__checkpoint-problem-divider {
    background: #999999;
    height: 1px;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }

  .ib-topic-sidebar__checkpoint-problem-jump {
    display: flex;
    background: #75AFC3;
    padding: 0.3rem 1rem;
    border-radius: 0.4rem;
    z-index: 2;
  }

  @media only screen and (max-width: 768px) {
    .ib-topic-section__sidebar {
      position: fixed;
      height: 70vh;
      right: 1rem;
      width: 20rem;
      min-width: 20rem;
      top: auto;
      bottom: 4.5rem;
      border-radius: 1rem;
      z-index: 99;
    }  
    
    .ib-topic-sidebar__fab {
      display: block;
      right: 1rem;
      bottom: 1rem;
      z-index: 100;
      position: fixed;
      background-color: white;
      box-shadow: 0 0.8rem 2.4rem 0 rgba(252, 51, 79, 0.16);
      border-radius: 50%;
      padding: 0.5rem 0.8rem;
      cursor: pointer;
      border: 0;
    }

    .ib-topic-sidebar__fab span {
      font-size: 1.4rem;
    }

    .ib-topic-sidebar__section-backdrop {
      background: rgba(0,0,0,0.7);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 97;
      left: 0;  
    }
  }

  .image_container {
    position: relative;
    width: 75%;
    height: 0;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50%;
  }

  #admin_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
</style>

  <!-- Google Analytics for amp pages. -->
    <script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>

  <!-- Snipet for amp library. -->
    <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
    <script async src="https://cdn.ampproject.org/v0.js"></script>


  <meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="S5UMIa8icxh42k3UoknNvzyZ4BamdCb1eJpQw9ApQkdypg/zcB2gXLNVt8vxsOWZuuPT0D09ZBQb6mp9CjcBoA==" />

  <script async custom-element="amp-sidebar" src="https://cdn.ampproject.org/v0/amp-sidebar-0.1.js"></script>
  <script async custom-element="amp-selector" src="https://cdn.ampproject.org/v0/amp-selector-0.1.js"></script>
  <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
  <script async custom-element="amp-list" src="https://cdn.ampproject.org/v0/amp-list-0.1.js"></script>
  <script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
  <script async custom-element="amp-accordion" src="https://cdn.ampproject.org/v0/amp-accordion-0.1.js"></script>
  <script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
  <script async custom-element="amp-lightbox" src="https://cdn.ampproject.org/v0/amp-lightbox-0.1.js"></script>
  <script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
  <script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
</head>
<body>
<!-- Google Analytics Page Tracking for amp pages. -->
    <amp-analytics type="googleanalytics" id="rails_amp_analytics">
      <script type="application/json">
      {
        "vars": {
          "account": "UA-56207880-1"
        },
        "triggers": {
          "trackPageview": {
            "on": "visible",
            "request": "pageview"
          }
        }
      }
      </script>
    </amp-analytics>


<amp-sidebar id="nav-sidebar" layout="nodisplay" side="left">  
    <ul class="list-reset m0 p0 flex justify-center nowrap sidebar-menu">
      <li class="feature">
          <a href="/">
            <amp-img class="home-link" src='https://assets.interviewbit.com/assets/ib_logo_svg-c7ed205b9475b598a9f652d7045054fa26b491fa95cf098569fa41ee0ac34259.svg' 
            height="25" width="137"></amp-img>
          </a>
      </li>
      <li class="feature">
        <a href="/practice/" >
          <span class="header-items">Practice</span>
        </a>
      </li>
      <li class="feature">
        <a href="/contests/" >
          <span class="user-score header-items">
            Contests
          </span>
        </a>
      </li>
      
    </ul>
      <ul class="list-reset m0 p0 flex justify-center nowrap sidebar-menu login-links">
       <li><a class="sign-in-link link" href="/users/sign_in/" >Log In</a></li>
<li><a class="sign-up-link link" href="/users/sign_up/" style="color:white;background-color: #63b1c6;border-color: #63b1c6;">Sign Up</a></li>
<li class="text-center looking-to-hire" style="margin-left:10px;border-left: solid 1px rgba(0, 0, 0, 0.12);"><span style="margin-left:10px;"> Looking to hire?</span> <a style="font-weight: normal;display: inline-block;color:#0268f7;padding-left:0px;" href="/hire/">  We can help </a></li>

     </ul>
</amp-sidebar>

<nav class="navbar navbar-inverse mit-header navbar-static-top">
  <div class="container-nav">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
      <a class="navbar-brand" href="/" style="padding:15px 5px;">
        <amp-img src='https://assets.interviewbit.com/assets/ib_logo_svg-c7ed205b9475b598a9f652d7045054fa26b491fa95cf098569fa41ee0ac34259.svg' height="25" width="137"></amp-img>
      </a>
    </div>
    <div id="navbar" class="navbar-collapse collapse">

		  <ul class="nav navbar-nav features">
            <li id="practice_feature" class="feature ">
              <a href="/practice/" >
                <span class="user-score header-items">Practice</span>
              </a>
            </li>
            <li id="referral_feature" class="feature " style="margin-right: 20px;">
              <a href="/contests/" >
                <span class="user-score header-items">
                  Contests
                  <span class="badge" style="font-size: 8px;position: absolute; top: -8px; right: -35px; color: black; border: 1px solid darkorange; background-color: gold;">New</span>
                </span>
              </a>
            </li>
		  </ul>

      <div class="nav navbar-nav hidden-xs hidden-sm hidden-md">
        
      </div>
      <ul class="nav navbar-nav navbar-right" id='welcome-page-nav' >
        
                <li><a class="sign-in-link link" href="/users/sign_in/" >Log In</a></li>
<li><a class="sign-up-link link" href="/users/sign_up/" style="color:white;background-color: #63b1c6;border-color: #63b1c6;">Sign Up</a></li>
<li class="text-center looking-to-hire" style="margin-left:10px;border-left: solid 1px rgba(0, 0, 0, 0.12);"><span style="margin-left:10px;"> Looking to hire?</span> <a style="font-weight: normal;display: inline-block;color:#0268f7;padding-left:0px;" href="/hire/">  We can help </a></li>

            
      </ul>
    </div>
    <!--/.nav-collapse -->
        <button on="tap:nav-sidebar.toggle"
      class="sidebar-toggle-btn caps">☰
    </button>
  </div>
</nav>






<div class="container">
  <div class="col-xs-12">
    <div class="row">
      <div class="blog-main">
        <ol class="breadcrumb" style="margin-bottom: 20px;">
          <li><a href="/courses/">Courses</a></li>
          <li><a href="/courses/programming/">Programming</a></li>
      <li class="active">Arrays</li>
</ol>

      </div>
    </div>

    <div class="ib-topic-section__problem-tab ib-topic-section__problem-tab--v1"
  data-ab-test-version="v1"
  data-gtm-sub-product="track"
  data-gtm-section="topic-header"
  data-class="ib-topic-section__problem-tab--v1"
>
      <h2 class="ib-topic-section__topic-name"> Arrays</h2>
  <a 
    href="#problems" 
    class="ib-topic-section__problems-goto gtm-track-element" 
    data-gtm-allowed-actions="click"
    data-gtm-element="Go to problems"
    data-gtm-type="button"
    id="ib-topic-sidebar-link"
  >
    Go to Problems
  </a>
</div>


    <div class="ib-topic-section">
        <div tabindex="-1" role="presentation" class="ib-topic-sidebar__section-backdrop" id="sidebar-backdrop" on="tap:topic-sidebar.hide, sidebar-backdrop.hide" hidden></div>
        <button class="ib-topic-sidebar__fab" on="tap:topic-sidebar.toggleVisibility, sidebar-backdrop.toggleVisibility">
            <span>&#9776;</span>
        </button>
        <div class="ib-topic-section__sidebar" id="topic-sidebar" hidden>
            
<div class="ib-topic-sidebar__section">
    <h4 class="ib-topic-sidebar__title">Level 1</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="time-complexity">
              Time Complexity 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/how-to-calculate-running-time.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#how-to-calculate-running-time"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        How to Calculate Running Time?
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/asymptotic-notations.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#asymptotic-notations"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Asymptotic notations
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/how-to-calculate-time-complexity.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#how-to-calculate-time-complexity"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        How to Calculate Time Complexity?
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/time-complexity-examples.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#time-complexity-examples"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Time Complexity Examples
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/relevance-of-time-complexity.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#relevance-of-time-complexity"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Relevance of time complexity
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/time-complexity/space-complexity.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#space-complexity"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Space Complexity
                      </h5>
                    </a>
                <a href="/courses/programming/time-complexity/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/1/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 2</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 2</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="arrays">
              Arrays 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/introduction-to-pointers-in-cc.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-pointers-in-cc"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to pointers in C/C++
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/arrays-in-programming-fundamentals.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#arrays-in-programming-fundamentals"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Arrays in programming - fundamentals
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/pointers-and-arrays.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#pointers-and-arrays"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Pointers and arrays
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/pointers-and-2-d-arrays.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#pointers-and-2-d-arrays"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Pointers and 2-D arrays
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/array-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#array-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Array Implementation Details
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/sorting-algorithms.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#sorting-algorithms"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Sorting Algorithms
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/insertion-sort-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#insertion-sort-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Insertion sort algorithm
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/merge-sort-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#merge-sort-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Merge sort algorithm
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/quicksort-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#quicksort-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        QuickSort Algorithm
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/sort-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#sort-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Sort Implementation Details
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/selection-sort.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#selection-sort"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Selection Sort
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/arrays/bubble-sort.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#bubble-sort"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Bubble Sort
                      </h5>
                    </a>
                <a href="#problems"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="math">
              Math 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/math-introduction.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#math-introduction"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Math Introduction
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/factorization.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#factorization"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Factorization
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/base-number-system.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#base-number-system"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Base number system
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/unary-number-system.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#unary-number-system"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Unary number system
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/binary-number-system.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#binary-number-system"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Binary number system
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/math/base-conversions-for-base-n.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#base-conversions-for-base-n"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Base conversions for base N
                      </h5>
                    </a>
                <a href="/courses/programming/math/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/2/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 3</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 3</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="binary-search">
              Binary Search 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/binary-search/binary-search-implementations-and-common-errors.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#binary-search-implementations-and-common-errors"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Binary Search Implementations and common errors
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/binary-search/binary-search-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#binary-search-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Binary Search Algorithm
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/binary-search/applications-of-binary-search.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#applications-of-binary-search"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Applications of Binary Search
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/binary-search/beyond-sorted-array-binary-search.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#beyond-sorted-array-binary-search"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Beyond Sorted Array Binary Search
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/binary-search/advantages-and-disadvantages-of-binary-search.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#advantages-and-disadvantages-of-binary-search"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Advantages and Disadvantages of Binary Search
                      </h5>
                    </a>
                <a href="/courses/programming/binary-search/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="strings">
              Strings 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/strings/for-c-c-users.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#for-c-c-users"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        For C / C++ users,
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/strings/for-c-c-users-contd.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#for-c-c-users-contd"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        For C / C++ users ( contd ),
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/strings/string-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#string-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        String Implementation Details
                      </h5>
                    </a>
                <a href="/courses/programming/strings/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="bit-manipulation">
              Bit Manipulation 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/bit-manipulation/what-is-binary-number-system.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#what-is-binary-number-system"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        What is Binary Number System?
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/bit-manipulation/understanding-data-types.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#understanding-data-types"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Understanding Data Types
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/bit-manipulation/bitwise-operators.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#bitwise-operators"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Bitwise Operators
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/bit-manipulation/bitwise-operators-examples.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#bitwise-operators-examples"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Bitwise Operators Examples
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/bit-manipulation/bitwise-and-logical-operators.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#bitwise-and-logical-operators"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Bitwise and Logical Operators
                      </h5>
                    </a>
                <a href="/courses/programming/bit-manipulation/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="two-pointers">
              Two Pointers 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/two-pointers/two-pointers.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#two-pointers"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        TWO POINTERS
                      </h5>
                    </a>
                <a href="/courses/programming/two-pointers/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/3/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 4</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 4</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="linked-lists">
              Linked Lists 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/linked-lists/introduction-to-linked-list.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-linked-list"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to linked list
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/linked-lists/arrays-vs-linked-lists.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#arrays-vs-linked-lists"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Arrays vs Linked Lists
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/linked-lists/linked-list-implementation.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#linked-list-implementation"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Linked List Implementation
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/linked-lists/doubly-linked-list.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#doubly-linked-list"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Doubly linked list
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/linked-lists/doubly-linked-list-implementation.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#doubly-linked-list-implementation"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Doubly Linked List Implementation
                      </h5>
                    </a>
                <a href="/courses/programming/linked-lists/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="stacks-and-queues">
              Stacks And Queues 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/introduction-to-stack.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-stack"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to Stack
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/array-implementation-of-stack.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#array-implementation-of-stack"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Array implementation of Stack
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/linked-list-implementation-of-stack.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#linked-list-implementation-of-stack"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Linked List implementation of stack
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/stack-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#stack-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Stack Implementation Details
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/introduction-to-queues.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-queues"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to Queues
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/array-implementation-of-queues.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#array-implementation-of-queues"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Array implementation of Queues
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/linked-list-implementation-of-queue.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#linked-list-implementation-of-queue"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Linked List implementation of Queue
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/stacks-and-queues/queue-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#queue-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Queue Implementation Details
                      </h5>
                    </a>
                <a href="/courses/programming/stacks-and-queues/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/4/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 5</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 5</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="backtracking">
              Backtracking 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/recursion-basics-using-factorial.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#recursion-basics-using-factorial"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Recursion basics - using factorial
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/complexity-analysis-of-recursive-programs.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#complexity-analysis-of-recursive-programs"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Complexity analysis of recursive programs
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/why-recursion-is-not-always-good.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#why-recursion-is-not-always-good"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Why recursion is not always good
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/time-complexity-analysis-of-recursion.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#time-complexity-analysis-of-recursion"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Time Complexity analysis of recursion
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/space-complexity-analysis-of-recursion.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#space-complexity-analysis-of-recursion"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Space complexity analysis of recursion
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/maze-traversal-algorithm-using-backtracking.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#maze-traversal-algorithm-using-backtracking"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Maze Traversal Algorithm Using Backtracking
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/backtracking/graph-coloring-algorithm-using-backtracking.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#graph-coloring-algorithm-using-backtracking"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                         Graph Coloring Algorithm using Backtracking
                      </h5>
                    </a>
                <a href="/courses/programming/backtracking/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="hashing">
              Hashing 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/hashing/introduction-to-hashing.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-hashing"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to hashing
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/hashing/key-terms-in-hashing.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#key-terms-in-hashing"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Key terms in Hashing
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/hashing/hashing-techniques.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#hashing-techniques"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Hashing Techniques
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/hashing/hashing-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#hashing-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Hashing Implementation Details
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/hashing/hashing-summary.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#hashing-summary"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Hashing Summary
                      </h5>
                    </a>
                <a href="/courses/programming/hashing/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/5/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 6</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 6</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="heaps-and-maps">
              Heaps And Maps 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/heaps-and-maps/why-treemaps-heaps.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#why-treemaps-heaps"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Why treemaps / heaps
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/heaps-and-maps/heap-and-map-implementation-details.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#heap-and-map-implementation-details"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Heap and Map Implementation Details
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/heaps-and-maps/heap-sort-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#heap-sort-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Heap Sort Algorithm
                      </h5>
                    </a>
                <a href="/courses/programming/heaps-and-maps/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="tree-data-structure">
              Tree Data Structure 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/tree-data-structure/introduction-to-tree-data-structure.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-tree-data-structure"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to Tree Data Structure
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/tree-data-structure/binary-tree.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#binary-tree"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Binary Tree
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/tree-data-structure/binary-search-tree.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#binary-search-tree"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Binary Search Tree
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/tree-data-structure/implementation-of-bsts.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#implementation-of-bsts"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Implementation of BSTs
                      </h5>
                    </a>
                <a href="/courses/programming/tree-data-structure/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/6/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 7</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 7</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="dynamic-programming">
              Dynamic Programming 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/dynamic-programming-concept.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#dynamic-programming-concept"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Dynamic Programming Concept
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/dynamic-programming-examples.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#dynamic-programming-examples"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Dynamic Programming Examples
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/characteristics-of-dynamic-programming.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#characteristics-of-dynamic-programming"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Characteristics of Dynamic Programming
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/dynamic-programming-methods.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#dynamic-programming-methods"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Dynamic Programming Methods
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/applications.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#applications"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Applications
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/faqs.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#faqs"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        FAQs
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/dynamic-programming/dynamic-programming-interview-questions.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#dynamic-programming-interview-questions"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Dynamic Programming Interview Questions
                      </h5>
                    </a>
                <a href="/courses/programming/dynamic-programming/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="greedy-algorithm">
              Greedy Algorithm 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/greedy-algorithm/greedy-algorithm-examples.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#greedy-algorithm-examples"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Greedy Algorithm Examples
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/greedy-algorithm/greedy-algorithms-when-to-use.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#greedy-algorithms-when-to-use"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Greedy algorithms - When to use
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/greedy-algorithm/activity-selection-problem.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#activity-selection-problem"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Activity Selection problem
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/greedy-algorithm/what-is-greedy-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#what-is-greedy-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                         What is Greedy Algorithm?
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/greedy-algorithm/how-to-create-greedy-algorithms.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#how-to-create-greedy-algorithms"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        How to Create Greedy Algorithms?
                      </h5>
                    </a>
                <a href="/courses/programming/greedy-algorithm/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
      <a href="/courses/1/checkpoint/7/" 
        class="ib-topic-sidebar__checkpoint-problem-redirection"
        id="ib-topic-sidebar-link"
      >
        <div class="ib-topic-sidebar__checkpoint-problem-divider">
        </div>
        <div class="ib-topic-sidebar__checkpoint-problem-jump">
          <span class="glyphicon glyphicon-lock"></span>
          <span> Jump to Level 8</span>
        </div>
      </a>
    <h4 class="ib-topic-sidebar__title">Level 8</h4>
      <div class="checkpoint-problems">
      </div>
      <div class="ib-topic-sidebar__subtopics-section">
        <amp-accordion class="sample" expand-single-section animate>
          <section>
            <h4 class="ib-topic-sidebar__heading panel-title" id="graph-data-structure-algorithms">
              Graph Data Structure &amp; Algorithms 
              <span>&#9660;</span>
            </h4>
              <div class="header-nav-accordion__items-container">
                <div class="ib-topic-sidebar__subtopics-connecting-section">
                  <div class="ib-topic-sidebar__subtopics-connecting-line"> 
                    <!-- LINE CONNECTING POINTS -->
                  </div>
                </div>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/introduction-to-graphs.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#introduction-to-graphs"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Introduction to graphs
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/properties-of-graph.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#properties-of-graph"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Properties of graph
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/graph-traversals-dfs-and-bfs.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#graph-traversals-dfs-and-bfs"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Graph Traversals ( DFS and BFS )
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/example-implementation-of-bfs-and-dfs.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#example-implementation-of-bfs-and-dfs"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Example implementation of BFS and DFS
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/breadth-first-search.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#breadth-first-search"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Breadth First Search
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/depth-first-search.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#depth-first-search"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Depth-first Search
                      </h5>
                    </a>
                    <a
                      class="header-nav-accordion__item"
                      id="ib-topic-sidebar-link"
                      href="/courses/programming/graph-data-structure-algorithms/dijkstra-algorithm.amp/"
                      data-gtm-type="nav"
                      data-gtm-allowed-actions="click"
                      data-gtm-element=""
                      data-id="#dijkstra-algorithm"
                    >
                      <h5 class="ib-topic-sidebar__subheading panel-secondary-title">
                        Dijkstra algorithm
                      </h5>
                    </a>
                <a href="/courses/programming/graph-data-structure-algorithms/#problems/"
                  class="ib-topic-sidebar__problems-redirection" id="ib-topic-sidebar-link"
                >
                  <span> Go to problems </span>          
                  <i class="icon-chevron-right"></i>
                </a>
              </div>
          </section>
        </amp-accordion>
      </div>
</div>

        </div>
        <div class="ib-topic-section__content">
                <div class="ib-topic-section__tutorials-container">
  <div class="ib-topic-section__tutorials-list">
        
<div class="ib-topic-section__tutorial-container" id="sorting-algorithms">
    <h3 class="tutorial-title" id="Sorting Algorithms">
      Sorting Algorithms
    </h3>
  <div class="panel-body">
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<p>Sorting Algorithms are methods of reorganizing a large number of items into some specific order such as highest to lowest, or vice-versa, or even in some alphabetical order.</p>
<p>These algorithms take an input list, processes it (i.e, performs some operations on it) and produce the sorted list.</p>
<p>The most common example we experience every day is sorting clothes or other items on an e-commerce website either by lowest-price to highest, or list by popularity, or some other order.</p>
<h2 class="panel-heading tutorial-heading">Types of Sorting Algorithms:</h2>
<ol style="margin-left: 30px; margin-top: 10px;">
<li><a href="../../../../../../tutorial/quicksort-algorithm/">Quick Sort</a></li>
<li><a href="../../../../../../tutorial/bubble-sort/">Bubble Sort</a></li>
<li><a href="../../../../../../tutorial/merge-sort-algorithm/">Merge Sort</a></li>
<li><a href="../../../../../../tutorial/insertion-sort-algorithm/">Insertion Sort</a></li>
<li><a href="../../../../../../tutorial/selection-sort/">Selection Sort</a></li>
<li>Heap Sort</li>
<li>Radix Sort</li>
<li>Bucket Sort</li>
</ol>
<h2 class="panel-heading tutorial-heading">Time Complexities of Sorting Algorithms:</h2>
<table class="table table-striped" style="height: 154px;" width="623">
<thead>
<tr>
<th scope="col">Algorithm</th>
<th scope="col">Best</th>
<th scope="col">Average</th>
<th scope="col">Worst</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Quick Sort</th>
<td>Ω(n log(n))</td>
<td>Θ(n log(n))</td>
<td>O(n^2)</td>
</tr>
<tr>
<th scope="row">Bubble Sort</th>
<td>Ω(n)</td>
<td>Θ(n^2)</td>
<td>O(n^2)</td>
</tr>
<tr>
<th scope="row">Merge Sort</th>
<td>Ω(n log(n))</td>
<td>Θ(n log(n))</td>
<td>O(n log(n))</td>
</tr>
<tr>
<th scope="row">Insertion Sort</th>
<td>Ω(n)</td>
<td>Θ(n^2)</td>
<td>O(n^2)</td>
</tr>
<tr>
<th scope="row">Selection Sort</th>
<td>Ω(n^2)</td>
<td>Θ(n^2)</td>
<td>O(n^2)</td>
</tr>
<tr>
<th scope="row">Heap Sort</th>
<td>Ω(n log(n))</td>
<td>Θ(n log(n))</td>
<td>O(n log(n))</td>
</tr>
<tr>
<th scope="row">Radix Sort</th>
<td>Ω(nk)</td>
<td>Θ(nk)</td>
<td>O(nk)</td>
</tr>
<tr>
<th scope="row">Bucket Sort</th>
<td>Ω(n+k)</td>
<td>Θ(n+k)</td>
<td>O(n^2)</td>
</tr>
</tbody>
</table>
<p> </p>
</body></html>

      <div class="col-sm-12 video-position" style='position: relative;' >
        <a href="https://www.youtube.com/watch?v=pkkFqlG0Hds" target='_blank' >
            <img class="img-responsive" src="https://img.youtube.com/vi/pkkFqlG0Hds/0.jpg" width="680" height="315" />
            <i class="fa fa-youtube-play" aria-hidden="true" style="position: absolute; font-size: 100px; top: 0; left: 0; margin: auto; width: 100px; height: 100px; color: rgba(93, 91, 91, 0.62); right: 0; bottom: 0;">
            </i>
        </a>
      </div>
  </div>
</div>

  </div>
</div>

            
  <div class="jumbotron mcq-banner expert-redirect  ">
    <div class="expert-redirect__text">
        <span class="glyphicon glyphicon-remove remove" id="expert-redirect-close"></span>
        <h2>Serious about Learning Programming ?</h2>
        <div class="subtext-expert-static expert-redirect__text--flag">
          Learn this and a lot more with <span class="expert-redirect__topic">Scaler Academy's</span> industry vetted curriculum which covers 
          <a href="https://www.scaler.com/courses/data-structures-and-algorithms" >
            <span class="expert-redirect__subtopic">
              Data Structures &amp; Algorithms in depth.
            </span>
          </a> 
        </div>
    </div>
    <div class="expert-redirect__CTA">
      <a target="_blank" href='https://www.scaler.com/?utm_source=ib&utm_campaign=free_academy&utm_medium=learning_track&utm_content=Programming' 
        class="expert-redirect__btn">
          Attend Free Live Class Now
      </a>
    </div>
  </div>


                  <div class="row" data-gtm-section="primer problems">
    <div class="col-md-12">
      <div class="panel panel-success primer-problems">
        <div class="panel-heading">
          Primers
          <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                data-toggle="tooltip" data-placement="top"
                title="A taster of this topic with VERY small tasks ( 5 - 10 minutes worth ). Worth 60 points each!"></span>
        </div>
        <div class="panel-body">
          <div class="row">
                <div class="col-md-4">
                  <div class="panel panel-default primer-problem">
                    <a 
                      href="/problems/array2d/"
                      id="primer_problem_252"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="ARRAY_2D"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          ARRAY_2D
                        </div>

                      </div>
                    </a>
                  </div>
                </div>
                <div class="col-md-4">
                  <div class="panel panel-default primer-problem">
                    <a 
                      href="/problems/arraybug/"
                      id="primer_problem_253"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="ARRAY_BUG"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          ARRAY_BUG
                        </div>

                      </div>
                    </a>
                  </div>
                </div>
                <div class="col-md-4">
                  <div class="panel panel-default primer-problem">
                    <a 
                      href="/problems/arrayimpl1/"
                      id="primer_problem_254"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="ARRAY_IMPL1"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          ARRAY_IMPL1
                        </div>

                      </div>
                    </a>
                  </div>
                </div>
          </div>
        </div>
      </div>
    </div>
  </div>


                  <div class="row" data-gtm-section="example problems">
    <div class="col-md-12">
      <div class="panel panel-success example-problems">
        <div class="panel-heading">
          <strong>Examples</strong>
          <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                data-toggle="tooltip" data-placement="top"
                title="A walkthrough explanation of selected interview problems. Worth 60 points each!"></span>
        </div>
        <div class="panel-body">
          <div class="row">
                <div class="col-md-4">
                  <div class="panel panel-default example-problem">
                    <a 
                      href="/problems/spiral-order-matrix-i/" 
                      id="example_problem_59"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="Spiral Order Matrix I"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          Spiral Order Matrix I
                        </div>
                      </div>
                    </a>
                  </div>
                </div>
                <div class="col-md-4">
                  <div class="panel panel-default example-problem">
                    <a 
                      href="/problems/max-non-negative-subarray/" 
                      id="example_problem_266"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="Max Non Negative SubArray"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          Max Non Negative SubArray
                        </div>
                      </div>
                    </a>
                  </div>
                </div>
                <div class="col-md-4">
                  <div class="panel panel-default example-problem">
                    <a 
                      href="/problems/large-factorial/" 
                      id="example_problem_11986"
                      class="gtm-track-element"
                      data-gtm-allowed-actions="click"
                      data-gtm-parent="Large Factorial"
                      data-gtm-type="button"
                    >
                      <div class="panel-body">
                        <div style="width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block">
                          Large Factorial
                        </div>
                      </div>
                    </a>
                  </div>
                </div>
          </div>
        </div>
      </div>
    </div>
  </div>


                  <div
    id="problems"
    data-gtm-element="problems"
    data-gtm-allowed-actions="scroll"
    class="panel panel-default topic-ct gtm-track-element"
    data-problem-section-version="v1"
  >
    <div class="panel-heading">
      <h2 class="panel-title">Arrays Problems</h2>
    </div>

  <div class="panel-body gray">

      <div class="col-sm-6 left-col" id="problems">
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_50"
                >
                  <div class="panel-heading">
                    <span>Array math</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-50">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_12271">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Pick from both sides!"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;56&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/pick-from-both-sides/">Pick from both sides!
                              </a>
                            </td>
                            <td class="problem_score">
                              100
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Media.net'><span>Media.net</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              56:36

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_295">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Min Steps in Infinite Grid"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;37&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), Elixir (Erlang/OTP 24), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Kotlin (openjdk8), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/min-steps-in-infinite-grid/">Min Steps in Infinite Grid
                              </a>
                            </td>
                            <td class="problem_score">
                              150
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Directi'><span>Directi</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              37:51

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_11976">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Minimum Lights to Activate"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;75&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/minimum-lights-to-activate/">Minimum Lights to Activate
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Directi'><span>Directi</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              75:28

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_11992">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Sum Triplet"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;82&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-sum-triplet/">Maximum Sum Triplet
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Directi'><span>Directi</span></a><a href='/search/?q=LIDO learning'><span>LIDO learning</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              82:46

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_56">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Max Sum Contiguous Subarray"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;33&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/max-sum-contiguous-subarray/">Max Sum Contiguous Subarray
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Facebook'><span class="fa fa-facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"></span></a><a href='/search/?q=Paypal'><span class="fa fa-paypal" data-toggle="tooltip" data-placement="bottom" title="Paypal"></span></a><a href='/search/?q=Yahoo'><span class="fa fa-yahoo" data-toggle="tooltip" data-placement="bottom" title="Yahoo"></span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=LinkedIn'><span class="fa fa-linkedin" data-toggle="tooltip" data-placement="bottom" title="LinkedIn"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Goldman Sachs'><span>Goldman Sachs</span></a><a href='/search/?q=Deloitte'><span>Deloitte</span></a><a href='/search/?q=DE Shaw'><span>DE Shaw</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              33:39

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_66">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Add One To Number"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;43&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/add-one-to-number/">Add One To Number
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              43:43

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_356">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Absolute Difference"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;65&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-absolute-difference/">Maximum Absolute Difference
                              </a>
                            </td>
                            <td class="problem_score">
                              250
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              65:51

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_1056">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Partitions"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;75&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/partitions/">Partitions
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=EzCred'><span>EzCred</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              75:28

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_11995">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Area of Triangle!"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;62&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-area-of-triangle/">Maximum Area of Triangle!
                              </a>
                            </td>
                            <td class="problem_score">
                              350
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Directi'><span>Directi</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              62:09

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_329">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Flip"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;78&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/flip/">Flip
                              </a>
                            </td>
                            <td class="problem_score">
                              400
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=VMWare'><span>VMWare</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              78:22

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_56"
                >
                  <div class="panel-heading">
                    <span>Value ranges</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-56">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_12290">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Max Min"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;17&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/max-min-05542f2f-69aa-4253-9cc7-84eb7bf739c4/">Max Min
                              </a>
                            </td>
                            <td class="problem_score">
                              150
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              17:31

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_58">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Merge Intervals"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;78&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/merge-intervals/">Merge Intervals
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              78:57

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_61">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Merge Overlapping Intervals"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;48&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/merge-overlapping-intervals/">Merge Overlapping Intervals
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Directi'><span>Directi</span></a><a href='/search/?q=Fab'><span>Fab</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              48:24

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_51"
                >
                  <div class="panel-heading">
                    <span>Simulation array</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-51">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_12034">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Perfect Peak of Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;49&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/perfect-peak-of-array/">Perfect Peak of Array
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Flipkart'><span>Flipkart</span></a><a href='/search/?q=Ola'><span>Ola</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              49:19

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14419">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Move Zeroes"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;29&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Kotlin (openjdk8), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/move-zeroes/">Move Zeroes
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Adobe'><span>Adobe</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              29:47

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14421">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Make equal elements Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;37&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/make-equal-elements-array/">Make equal elements Array
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              37:26

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14523">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Segregate 0s and 1s in an array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;16&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/segregate-0s-and-1s-in-an-array/">Segregate 0s and 1s in an array
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Unravel Data'><span>Unravel Data</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              16:45

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14574">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Array Sum"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;37&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/array-sum/">Array Sum
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Paytm'><span>Paytm</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              37:48

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_54">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Kth Row of Pascal&#39;s Triangle"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;28&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/kth-row-of-pascals-triangle/">Kth Row of Pascal&#39;s Triangle
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              28:32

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_63">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Spiral Order Matrix II"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;48&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/spiral-order-matrix-ii/">Spiral Order Matrix II
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=JP Morgan'><span>JP Morgan</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              48:40

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_68">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Pascal Triangle"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;26&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/pascal-triangle/">Pascal Triangle
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              26:46

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_293">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Anti Diagonals"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;41&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/anti-diagonals/">Anti Diagonals
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=Adobe'><span>Adobe</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              41:46

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_54"
                >
                  <div class="panel-heading">
                    <span>Bucketing</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-54">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_374">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Triplets with Sum between given range"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;76&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/triplets-with-sum-between-given-range/">Triplets with Sum between given range
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              76:32

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_12289">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Balance Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;63&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/balance-array/">Balance Array
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=dunzo'><span>dunzo</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              63:03

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_57">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Find Duplicate in Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;40&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/find-duplicate-in-array/">Find Duplicate in Array
                              </a>
                            </td>
                            <td class="problem_score">
                              450
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=VMWare'><span>VMWare</span></a><a href='/search/?q=Riverbed'><span>Riverbed</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              40:13

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_69">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Consecutive Gap"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;58&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-consecutive-gap/">Maximum Consecutive Gap
                              </a>
                            </td>
                            <td class="problem_score">
                              450
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Hunan Asset'><span>Hunan Asset</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              58:46

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_55"
                >
                  <div class="panel-heading">
                    <span>Arrangement</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-55">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_12279">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Sort array with squares!"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;31&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/sort-array-with-squares/">Sort array with squares!
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=VMWare'><span>VMWare</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              31:22

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_64">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Largest Number"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;70&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/largest-number/">Largest Number
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Goldman Sachs'><span>Goldman Sachs</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              70:26

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_55">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Rotate Matrix"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;60&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/rotate-matrix/">Rotate Matrix
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Facebook'><span class="fa fa-facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Zoho'><span>Zoho</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              60:26

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_71">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Next Permutation"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;63&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/next-permutation/">Next Permutation
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              63:13

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_344">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Find Permutation"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;56&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/find-permutation/">Find Permutation
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Goldman Sachs'><span>Goldman Sachs</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              56:00

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
      </div>
      <div class="col-sm-6 right-col" id="problems">
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_78"
                >
                  <div class="panel-heading">
                    <span>Hash search</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-78">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_14862">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Occurence of Each Number"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;28&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/occurence-of-each-number/">Occurence of Each Number
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Unravel Data'><span>Unravel Data</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              28:23

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_83"
                >
                  <div class="panel-heading">
                    <span>Sorting</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-83">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_372">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Noble Integer"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;43&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/noble-integer/">Noble Integer
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=headout'><span>headout</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              43:30

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14373">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Reorder Data in Log Files"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;50&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/reorder-data-in-log-files/">Reorder Data in Log Files
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              50:24

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_14577">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Set Intersection"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;57&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/set-intersection/">Set Intersection
                              </a>
                            </td>
                            <td class="problem_score">
                              200
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=uber'><span>uber</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              57:17

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_267">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Wave Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;22&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/wave-array/">Wave Array
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Adobe'><span>Adobe</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Zoho'><span>Zoho</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              22:08

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_294">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Hotel Bookings Possible"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;66&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), and Python 3 (python-3.8)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/hotel-bookings-possible/">Hotel Bookings Possible
                              </a>
                            </td>
                            <td class="problem_score">
                              225
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Goldman Sachs'><span>Goldman Sachs</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              66:06

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_70">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Max Distance"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;68&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/max-distance/">Max Distance
                              </a>
                            </td>
                            <td class="problem_score">
                              250
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              68:14

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_359">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Unsorted Subarray"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;68&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-unsorted-subarray/">Maximum Unsorted Subarray
                              </a>
                            </td>
                            <td class="problem_score">
                              250
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=DE Shaw'><span>DE Shaw</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              68:52

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_52"
                >
                  <div class="panel-heading">
                    <span>Space recycle</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-52">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_62">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Set Matrix Zeros"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;48&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/set-matrix-zeros/">Set Matrix Zeros
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Oracle'><span>Oracle</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Facebook'><span class="fa fa-facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook"></span></a><a href='/search/?q=Paytm'><span>Paytm</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              48:04

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_11994">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Maximum Sum Square SubMatrix"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;59&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/maximum-sum-square-submatrix/">Maximum Sum Square SubMatrix
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=DE Shaw'><span>DE Shaw</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              59:02

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div data-gtm-section="bucket problems list">
                <div 
                  class="panel assignment-list panel-default"  
                  id="bucket_53"
                >
                  <div class="panel-heading">
                    <span>Missing / repeated number</span>
                      <span class="glyphicon pull-right glyphicon-info glyphicon-info-sign"
                        data-toggle="tooltip" data-placement="top"
                        title="We group together similar problem into buckets. Solving ANY problem from the bucket marks it as completed.
                        Completing all the buckets will mark the topic as solved."></span>
                  </div>
                  <div class="collapse in" id="bucket-53">
                    <table class="table">
                      <thead>
                      <tr>
                        <th>Problem</th>
                        <th>Score</th>
                        <th>Companies</th>
                        <th>Time</th>
                        <th>Status</th>
                      </tr>
                      </thead>
                      <tbody>
                          <tr id="problem_65">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="First Missing Integer"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;64&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/first-missing-integer/">First Missing Integer
                              </a>
                            </td>
                            <td class="problem_score">
                              300
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Model N'><span>Model N</span></a><a href='/search/?q=InMobi'><span>InMobi</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=Microsoft'><span class="fa fa-windows" data-toggle="tooltip" data-placement="bottom" title="Microsoft"></span></a><a href='/search/?q=Deloitte'><span>Deloitte</span></a><a href='/search/?q=FreeCharge'><span>FreeCharge</span></a><a href='/search/?q=Goldman Sachs'><span>Goldman Sachs</span></a><a href='/search/?q=LIDO learning'><span>LIDO learning</span></a><a href='/search/?q=Mygate'><span>Mygate</span></a><a href='/search/?q=walmart '><span>walmart </span></a><a href='/search/?q=DE Shaw'><span>DE Shaw</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              64:38

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_60">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="Repeat and Missing Number Array"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;63&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), GO (1.17.4), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), Objective-C (clang 3.3), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), Ruby 2 (ruby-2.0), Scala (scala-2.11.4), and Swift (5.5)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/repeat-and-missing-number-array/">Repeat and Missing Number Array
                              </a>
                            </td>
                            <td class="problem_score">
                              350
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Amazon'><span>Amazon</span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              63:55

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                          <tr id="problem_67">
                            <td>
                              <a
                                class="locked problem_title gtm-track-element" 
                                data-gtm-allowed-actions="click"
                                data-gtm-parent="N/3 Repeat Number"
                                data-warn-msg="Average time taken to solve this problem is &lt;span class=&#39;time-to-solve&#39;&gt;68&lt;/span&gt; minutes. The quicker you solve the problem, the higher the score. Ready to start?&lt;br /&gt;&lt;br /&gt; &lt;div class=&#39;supported-languages text-muted&#39;&gt; &lt;b&gt;Supported Languages:&lt;/b&gt; C (gcc-4.8), C++17 (gcc-9.2), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), and Python (python-2.7)&lt;/div&gt;"
                                data-defer-access="true"
                                data-gtm-type="button"
                                href="/problems/n3-repeat-number/">N/3 Repeat Number
                              </a>
                            </td>
                            <td class="problem_score">
                              600
                            </td>
                            <td>
                              <div class="tag-container">
                                <span class="problem-tags">
                                  <a href='/search/?q=Google'><span class="fa fa-google" data-toggle="tooltip" data-placement="bottom" title="Google"></span></a>
                                </span>
                              </div>
                            </td>
                            <td style="white-space: nowrap" class="time_to_solve">
                              68:22

                            </td>
                            <td class="problem_status">
                            </td>
                          </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
      </div>
    <div class="col-sm-6 right-col">
      
<div
  data-gtm-section="topic bonus"
  data-class="tracks-topic-bonus-container"
  class="ib-topic-section__problems-bucket ib-topic-section__problems-bucket--bonus p-0 hide"
>
  <div class="ib-topic-section__problems-bucket-header">
    <div class="ib-topic-section__problems-bucket-lock">
      <img
        src="https://assets.interviewbit.com/assets/ibpp/lock-key-filled-68e6a642455579e9e6f5c0882806aee176e71a7acd4da34525211cf47c03f06d.svg"
        class="ib-topic-section__problems-bucket-lock-img"
        data-class="tracks-topic-bonus-lock-img"
        alt="lock"
      >
    </div>
    <div class="ib-topic-section__problems-topic">
      <div data-class="tracks-topic-bonus-title" class="ib-topic-section__problems-topic-title">
        Topic Bonus
      </div>
      <div data-class="tracks-topic-bonus-sub-title" class="ib-topic-section__problems-topic-sub-title">
        Bonus will be unlocked after solving min. 1 problem from each bucket
      </div>
    </div>
  </div>
    <div data-class="tracks-topic-bonus-tiles" class="ib-topic-section__problems-bucket-tiles hide">
    </div>
</div>

    </div>
</div>
</div>

        <div>
    </div>

  </div>

</div>

  
<section id="footer" class="section">
  <div class="footer-section">
    <img class="footer-logo" src="https://assets.interviewbit.com/assets/ibpp/brand-5c6255a15a1b1307a1b8a2bf0bcb149b1ff9513ab2854c7d391b3faf5f33848f.svg"/>
    <div class="footer-container">
      <div id="footer-pages-static-info">
          <ul class="footer-pages__item">
            <li><a href="https://www.interviewbit.com/blog/" target="_blank">Blog</a></li>
            <li><a href="/pages/about_us/">About Us</a></li>
            <li><a href="/pages/faq/">FAQ</a></li>
            <li><a href="/pages/contact_us/">Contact Us</a></li>
            <li><a href="/pages/terms/">Terms</a></li>
            <li><a href="/pages/privacy/">Privacy Policy</a></li>
          </ul>
        <div style="margin-top: 10px" id="footer-social">
          <ul>
            <li>
              <a target="_blank" href="https://www.facebook.com/interviewbit">
                <i class="fa fa-facebook"></i>
              </a>
            </li>
            <li>
              <a target="_blank" href="https://twitter.com/interview_bit">
                <i class="fa fa-twitter"></i>
              </a>
            </li>
            <li>
              <a target="_blank" href="mailto:hello@interviewbit.com">
                <i class="fa fa-envelope-o"></i>
              </a>
            </li>
          </ul>
        </div>
        <div id="footer-topics">
          <div>
            <div class="footer-topics__title">
            <span><b>800+ problems</b> for practice</span>
            </div>
            <ul>
                <li>
                  <a href="/courses/programming/">
                    Programming
                  </a>
                </li>
                <li>
                  <a href="/courses/data-science-and-machine-learning/">
                    Data Science
                  </a>
                </li>
                <li>
                  <a href="/courses/system-design/">
                    System Design
                  </a>
                </li>
                <li>
                  <a href="/courses/databases/">
                    Databases
                  </a>
                </li>
                <li>
                  <a href="/courses/programming/topics/puzzles/">
                    Puzzle
                  </a>
                </li>
                <li>
                  <a href="/courses/shell/">
                    Scripting
                  </a>
                </li>
            </ul>
          </div>
          <div>
            <div class="footer-topics__title">
            <span><b>Fast Track</b> Courses</span>
            </div>
            <ul>
                <li>
                  <a href="/courses/fast-track-python/">
                    Python
                  </a>
                </li>
                <li>
                  <a href="/courses/fast-track-java/">
                    Java
                  </a>
                </li>
                <li>
                  <a href="/courses/fast-track-cpp/">
                    C++
                  </a>
                </li>
                <li>
                  <a href="/courses/fast-track-js/">
                    Javascript
                  </a>
                </li>
                <li>
                  <a href="/courses/fast-track-csharp/">
                    C#
                  </a>
                </li>
            </ul>
          </div>
        </div>
      </div>
      <div id="footer-pages">
        <div><b>Online Interviewbit Compilers</b></div>
        <ul class="footer-pages__item">
          <li><a href="/online-c-compiler/">Online C Compiler</a></li>
          <li><a href="/online-cpp-compiler/">Online C++ Compiler</a></li>
          <li><a href="/online-java-compiler/">Online Java Compiler</a></li>
          <li><a href="/online-javascript-compiler/">Online Javascript Compiler</a></li>
          <li><a href="/online-python-compiler/">Online Python Compiler</a></li>
          <li><a href="/scaler-academy-review">Scaler Academy Review</a></li>
        </ul>
        <div><b>Interview Preparation</b></div>
        <ul class="footer-pages__item">
        </ul>
      </div>
      <br/>
      <br/>
    </div>
  </div>
</section>







</body>
</html>