• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

golibrary (35)Hivebuzz level badge

149 followers21 postsNot following anybody1 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined December 2017 Active 5 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
Posts
Comments
Payouts
  • golibrary (35)in #steempress • 5 years ago
    featured

    Algorithm to find prime factors of very big numbers

    Prime Factorization   How to write an efficient algorithm to find prime factors of very large numbers ?     Below is a simple algorithm to achieve the same:-…
    $0.00
       1 1
    • golibrary (35)in #steempress • 5 years ago
      featured

      How to create a VM In Microsoft Azure Cloud

      In this article we will learn how to deploy virtual machine Azure cloud.   Let’s get familiar with few terms:     Microsoft Azure Cloud:   Microsoft Azure is a…
      $0.13
      • Past Payouts $0.13
      • - Author $0.06
      • - Curators & beneficiaries $0.06
      • > steempress: $0.01
       10 0
    • golibrary (35)in #steempress • 5 years ago
      featured

      Algorithm to solve linear equation in one variable

      Problem Statement   Solve a given equation and return the value of x in the form of string "x=#value". The equation contains only '+', '-' operation, the variable x and its…
      $0.00
         1 0
      • golibrary (35)in #steempress • 6 years ago
        featured

        Remove duplicates from sorted array in place

        Problem Statement   Given an array of sorted numbers, remove all duplicates from it. You should not use any extra space; after removing the duplicates in-place return the new…
        $0.00
           1 0
        • golibrary (35)in #steempress • 6 years ago
          featured

          Finding maximum number of fruits that can be kept in one basket

          Problem Statement   Given an array of characters where each character represents a fruit tree, you are given two baskets and your goal is to put maximum number of fruits in…
          $0.00
             3 1
          • golibrary (35)in #steempress • 6 years ago
            featured

            Length of smallest subarray with a sum greater than or equal to S

            Problem Statement   Given an array of positive numbers and a positive number ‘S’, find the length of the smallest contiguous subarray whose sum is greater than or equal to…
            $0.05
            • Past Payouts $0.05
            • - Author $0.03
            • - Curators & beneficiaries $0.03
            • > steempress: $0.00
             4 1
          • golibrary (35)in #steempress • 6 years ago
            featured

            Finding max sum of subarray with a given length in an array

            Problem Statement Given an array of positive numbers and a positive number ‘k’, find the maximum sum of any contiguous subarray of size ‘k’.   Example 1: Input: [2, 1, 5, 1…
            $0.00
               4 1
            • golibrary (35)in #steempress • 6 years ago
              featured

              Puppet Basic Concepts

              What is Puppet? Puppet is an open-source configuration management tool. It is a declarative language for expressing system configuration. Puppet is a client and server for…
              $0.00
                 0 0
              • golibrary (35)in #steempress • 6 years ago
                featured

                History of Unix and Linux

                Let's dive deep into the history of unix and linux, the most revolutionary OSes of all time.   Unix History:   Unix is a computer operating system developed in 1969 by…
                $0.00
                   7 3
                • golibrary (35)in #steempress • 6 years ago
                  featured

                  Optimizing hierarchical SQL queries

                  Overview   Every enterprise system has hierarchical data. The reporting engine of these systems generates reports displaying hierarchical tree structures. These kinds of…
                  $0.00
                     1 1
                  • golibrary (35)in #steempress • 6 years ago
                    featured

                    Application performance analysis using Windows toolkit

                    Why the CPU utilization is near to 100% on my server machine? Why there is a steady decrease in the available memory? Why the calls are getting dropped? We often get these kinds…
                    $0.00
                       3 1
                    • golibrary (35)in #steempress • 6 years ago
                      featured

                      Quantum money and bitcoin

                      Image This article is originally published in Albaron Ventures.   Deemed as one of the biggest potential technological revolutions of recent history, quantum computing also…
                      $0.00
                         3 1
                      • golibrary (35)in #steempress • 6 years ago
                        featured

                        Finding diameter of a binary tree

                        Problem statement:- Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path between any…
                        $0.00
                           16 2
                        • golibrary (35)in #steempress • 6 years ago
                          featured

                          Find cells with odd values in a matrix

                          Problem Statement:- Given n and m which are the dimensions of a matrix initialized by zeros and given an array indices where indices[i] = [ri, ci]. For each pair of [ri, ci]…
                          $0.00
                             8 1
                          • golibrary (35)in #steempress • 6 years ago
                            featured

                            Check if two given strings are ispmorphic

                            Problem statement:- Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrences…
                            $0.00
                               5 0
                            • golibrary (35)in #steempress • 6 years ago
                              featured

                              System Design: Design scalable typeahead component

                              Below is the Architecture diagram explaining the design pictorially   Explanation   Since , our data is massively large, we will keep it distributed on multiple…
                              $0.00
                                 3 2
                              • golibrary (35)in #steempress • 7 years ago
                                featured

                                Hack remote databases using SQL injection

                                http What is SQL Injection   SQL injection is a technique of injecting malicious SQL queries in query string of a website vulnerable to SQL injection. Using SQL injection, one…
                                $0.00
                                   4 2
                                • golibrary (35)in #steempress • 7 years ago
                                  featured

                                  What is Quantum Computing

                                  http Quantum Computing Introduction Quantum computing is based on the principles of quantum physics. In physics, a quantum is the minimum amount of any physical entity involved…
                                  $0.09
                                  • Past Payouts $0.09
                                  • - Author $0.08
                                  • - Curators & beneficiaries $0.01
                                  • > steempress: $0.01
                                   3 0
                                • golibrary (35)in #algorithm • 7 years ago
                                  featured

                                  Print all paths between any 2 nodes in a directed Graph

                                  http Graph   A Graph is a specific data structure consisting of a finite number of objects or set of objects. This set of objects are connected by edges or lines between…
                                  $0.04
                                  • Past Payouts $0.04
                                  • - Author $0.03
                                  • - Curators & beneficiaries $0.00
                                  • > fredrikaa: $0.00
                                  • > howo: $0.00
                                   2 0
                                • golibrary (35)in #algorithm • 7 years ago
                                  featured

                                  Find an element in an Array of length N which is rotated at point K

                                  http Problem :- Given a sorted and rotated array (rotated at some point) A[ ], and given an element K, the task is to find the index of the given element K in the array A[ ].…
                                  $0.14
                                  • Past Payouts $0.14
                                  • - Author $0.11
                                  • - Curators & beneficiaries $0.03
                                  • > fredrikaa: $0.00
                                  • > howo: $0.00
                                   6 0