<!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>Bitwise Operators in Programming - InterviewBit</title> <meta name="description" content="Practice and master all interview questions related to Bit Manipulation" /> <meta property="og:url" content="/courses/programming/bit-manipulation" /> <meta property="og:title" content="Bitwise Operators in Programming - 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 Bit Manipulation" /> <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/bit-manipulation/bitwise-operators/" /> <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="k3WO1g+wKPnlJhgKsCVntVDcZd2eu1XF7NuhKUcQtYrTVN6jI0mVjW7IQF8vbauG5Llfk0j45yd+IqH6AFa5fg==" /> <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">Bit Manipulation</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"> Bit Manipulation</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>☰</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>▼</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>▼</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="/courses/programming/arrays/#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>▼</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>▼</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>▼</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>▼</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="#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>▼</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>▼</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>▼</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>▼</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>▼</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>▼</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>▼</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>▼</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>▼</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 & Algorithms <span>▼</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="bitwise-operators"> <h3 class="tutorial-title" id="Bitwise Operators"> Bitwise Operators </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>As we discussed in the previous video, the numbers are stored in their binary representation in computers and every single digit 0 / 1 is called bit.<br>Most languages allow you to perform operations which are bitwise ( this statement will make much more sense when we look at the operator themselves ). It is a fast, primitive action directly supported by the processor, and is used to manipulate values for comparisons and calculations.</p> <ul> <li><a href="#c">Bitwise &</a></li> <li><a href="#cplus">Bitwise |</a></li> <li><a href="#java">Bitwise XOR</a></li> <li><a href="#python">Bitwise NOT</a></li> <li><a href="#c2">Right shift operator</a></li> <li><a href="#cplus2">Left Shift Operator</a></li> </ul> <p> </p> <div class="raw-html-embed"><div id="C"> 1. Bitwise AND:</div></div> <p><i>Syntax:</i></p> <pre><code class="language-plaintext hljs">A & B</code></pre> <p><i>Values for bit combinations:</i></p> <pre><code class="language-plaintext hljs"> a b a & b ------------------------ 0 0 0 0 1 0 1 0 0 1 1 1</code></pre> <p>In other words, <code>a & b = 0</code> unless <code>a = 1 and b = 1</code>.</p> <p>What does A & B mean:</p> <p>A & B implies <i><strong>a & b</strong> for all corresponding bits of A and B.</i></p> <p>So, lets say,</p> <pre><code class="language-plaintext hljs"> A = 21 ( 10101 ) and B = 6 ( 110 ) A & B = 1 0 1 0 1 & 0 0 1 1 0 ------------------ 0 0 1 0 0 = 4. </code></pre> <div class="raw-html-embed"><div id="cplus"> 2. Bitwise OR: </div></div> <p>Syntax :</p> <pre><code class="language-plaintext hljs">A | B </code></pre> <p>Values for bit combinations</p> <pre><code class="language-plaintext hljs"> a b a | b ------------------------ 0 0 0 0 1 1 1 0 1 1 1 1 </code></pre> <p>In other words, <code>a | b = 1</code> unless <code>a = 0 and b = 0</code></p> <p>What does A | B mean :</p> <p><code>A | B</code> implies <code><strong>a | b</strong></code> for all corresponding bits of A and B. So, lets say</p> <pre><code class="language-plaintext hljs"> A = 21 ( 10101 ) and B = 6 ( 110 ) A | B = 1 0 1 0 1 | 0 0 1 1 0 ------------------ 1 0 1 1 1 = 23. </code></pre> <div class="raw-html-embed"><div id="java"> 3. Bitwise XOR:</div></div> <p>Syntax :</p> <pre><code class="language-plaintext hljs">A ^ B </code></pre> <p>Values for bit a, b :</p> <pre><code class="language-plaintext hljs"> a b a ^ b ------------------------ 0 0 0 0 1 1 1 0 1 1 1 0</code></pre> <p>In other words, <code>a ^ b = 1</code> when <strong>a and b are different</strong>.</p> <p>What does A ^ B mean :</p> <p>A ^ B implies a ^ b for all corresponding bits of A and B. So, lets say</p> <pre><code class="language-plaintext hljs"> A = 21 ( 10101 ) and B = 6 ( 110 ) A ^ B = 1 0 1 0 1 ^ 0 0 1 1 0 ------------------ 1 0 0 1 1 = 19. </code></pre> <div class="raw-html-embed"><div id="python"> 4. Bitwise NOT:</div></div> <p>Syntax :</p> <pre><code class="language-plaintext hljs">~A</code></pre> <p>Values for bit a :</p> <pre><code class="language-plaintext hljs"> a | ~a -------|------- 0 | 1 1 | 0</code></pre> <p>It's the <strong>inverse of the bit</strong>.</p> <p>What does ~A mean</p> <p>~A implies inverting every single bit in A. So, lets say</p> <p> A = 21 ( 10101 ) and A is a char ( 1 byte )</p> <p> ~A = </p> <p> 0 0 0 1 0 1 0 1</p> <p> --------------------------</p> <p> 1 1 1 0 1 0 1 0 = -22 ( Sign bit is 1 ). </p> <div class="raw-html-embed"><div id="c2"> 5. Right Shift Operators: </div></div> <p>Syntax :</p> <pre><code class="language-plaintext hljs">A >> x</code></pre> <p>What does A » x mean :</p> <p><code>A >> x</code> implies shifting the bits of A to the right by x positions. The last x bits are lost this way.</p> <p><strong>Example :</strong> Lets say</p> <pre><code class="language-plaintext hljs"> A = 29 ( 11101 ) and x = 2, so A >> 2 means 0 0 1 1 1 0 1 >> 2 ==== -> is lost ========== -----> this sequence of digit shifts to the right by 2 positions ---------------- 0 0 0 0 1 1 1 = 7</code></pre> <blockquote><p><code><strong>A >> x</strong></code><strong> is equal to division by pow(2, x)</strong>. Think why.</p></blockquote> <div class="raw-html-embed"><div id="cplus2"> 6. Left shift operators:</div></div> <p>Syntax :</p> <pre><code class="language-plaintext hljs">A << x</code></pre> <p>What does A « x mean :</p> <p><code>A << x</code> implies shifting the bits of A to the left by x positions. The first x bits are lost this way. The last x bits have 0. <strong>Example</strong> : lets say</p> <pre><code class="language-plaintext hljs"> A = 29 ( 11101 ) and x = 2, so A << 2 means 0 0 1 1 1 0 1 << 2 ============= ------> this sequence of digit shifts to the left by 2 positions ---------------- 1 1 1 0 1 0 0 = 116 </code></pre> <p><code><strong>A << x</strong></code><strong> is equal to multiplication by pow(2, x).</strong> Think why. <code><i>1 << x</i></code><i> is equal to pow(2, x).</i></p> </body></html> </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 & 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 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">Bit Manipulation 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_105" > <div class="panel-heading"> <span>Bit play</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-105"> <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_192"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Number of 1 Bits" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>8</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/number-of-1-bits/">Number of 1 Bits </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><a href='/search/?q=Yahoo'><span class="fa fa-yahoo" data-toggle="tooltip" data-placement="bottom" title="Yahoo"></span></a><a href='/search/?q=Qualcomm'><span>Qualcomm</span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 8:47 </td> <td class="problem_status"> </td> </tr> <tr id="problem_12257"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Trailing Zeroes" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>14</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/trailing-zeroes/">Trailing Zeroes </a> </td> <td class="problem_score"> 200 </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"> 14:58 </td> <td class="problem_status"> </td> </tr> <tr id="problem_191"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Reverse Bits" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>23</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> C (gcc-4.8), C# (.NET 8), C++17 (gcc-9.2), Java 8 (array support), Java 8 (oracle-jdk-1.8), Java7 (open-jdk-1.7.0), JavaScript (ES6), PHP (php 5.5.9), Python (python-2.7), Python 3 (python-3.8), and Ruby 2 (ruby-2.0)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/reverse-bits/">Reverse Bits </a> </td> <td class="problem_score"> 225 </td> <td> <div class="tag-container"> <span class="problem-tags"> <a href='/search/?q=Nvidia'><span>Nvidia</span></a><a href='/search/?q=HCL'><span>HCL</span></a><a href='/search/?q=Amazon'><span>Amazon</span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 23:50 </td> <td class="problem_status"> </td> </tr> <tr id="problem_194"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Divide Integers" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>68</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/divide-integers/">Divide Integers </a> </td> <td class="problem_score"> 250 </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"> 68:08 </td> <td class="problem_status"> </td> </tr> <tr id="problem_330"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Different Bits Sum Pairwise" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>51</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/different-bits-sum-pairwise/">Different Bits Sum Pairwise </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=Zenefits'><span>Zenefits</span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 51:30 </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_54836" > <div class="panel-heading"> <span>Bit tricks</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-54836"> <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_383"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Min XOR value" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>37</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/min-xor-value/">Min XOR value </a> </td> <td class="problem_score"> 200 </td> <td> <div class="tag-container"> <span class="problem-tags"> <a href='/search/?q=Booking.com'><span>Booking.com</span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 37:42 </td> <td class="problem_status"> </td> </tr> <tr id="problem_11059"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Count Total Set Bits" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>66</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/count-total-set-bits/">Count Total Set Bits </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"> 66:06 </td> <td class="problem_status"> </td> </tr> <tr id="problem_11635"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Palindromic Binary Representation" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>64</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/palindromic-binary-representation/">Palindromic Binary Representation </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"> 64:45 </td> <td class="problem_status"> </td> </tr> <tr id="problem_12282"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="XOR-ing the Subarrays!" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>34</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/xor-ing-the-subarrays/">XOR-ing the Subarrays! </a> </td> <td class="problem_score"> 200 </td> <td> <div class="tag-container"> <span class="problem-tags"> <a href='/search/?q=Zenefits'><span>Zenefits</span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 34:40 </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_104" > <div class="panel-heading"> <span>Bit 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-104"> <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_193"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Single Number" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>11</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/single-number/">Single Number </a> </td> <td class="problem_score"> 275 </td> <td> <div class="tag-container"> <span class="problem-tags"> <a href='/search/?q=Amazon'><span>Amazon</span></a><a href='/search/?q=sharechat'><span>sharechat</span></a><a href='/search/?q=toppr'><span>toppr</span></a><a href='/search/?q=Uber Technologies Inc'><span>Uber Technologies Inc</span></a><a href='/search/?q=Twitter'><span class="fa fa-twitter" data-toggle="tooltip" data-placement="bottom" title="Twitter"></span></a> </span> </div> </td> <td style="white-space: nowrap" class="time_to_solve"> 11:53 </td> <td class="problem_status"> </td> </tr> <tr id="problem_195"> <td> <a class="locked problem_title gtm-track-element" data-gtm-allowed-actions="click" data-gtm-parent="Single Number II" data-warn-msg="Average time taken to solve this problem is <span class='time-to-solve'>39</span> minutes. The quicker you solve the problem, the higher the score. Ready to start?<br /><br /> <div class='supported-languages text-muted'> <b>Supported Languages:</b> 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)</div>" data-defer-access="true" data-gtm-type="button" href="/problems/single-number-ii/">Single Number II </a> </td> <td class="problem_score"> 275 </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"> 39: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>