Code Monkey home page Code Monkey logo

data-structures-algorithms-in-go's Introduction

Data-Structures-Algorithms-In-Go

This is the code repository for Data Structures & Algorithms In Go, It contains all the program files necessary to work through the book from start to finish.

"Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.

Book’s Composition This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.

Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.

This book assumes that you are a Java language developer. You are not an expert in Java language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.

In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .

Table of Contents

  • Chapter 0: How to use this book.
  • Chapter 1: Algorithms Analysis
  • Chapter 2: Approach to solve algorithm design problems
  • Chapter 3: Abstract Data Type & JAVA Collections
  • Chapter 4: Searching
  • Chapter 5: Sorting
  • Chapter 6: Linked List
  • Chapter 7: Stack
  • Chapter 8: Queue
  • Chapter 9: Tree
  • Chapter 10: Priority Queue
  • Chapter 11: Hash-Table
  • Chapter 12: Graphs
  • Chapter 13: String Algorithms
  • Chapter 14: Algorithm Design Techniques
  • Chapter 15: Brute Force Algorithm
  • Chapter 16: Greedy Algorithm
  • Chapter 17: Divide & Conquer
  • Chapter 18: Dynamic Programming
  • Chapter 19: Backtracking
  • Chapter 20: Complexity Theory

alt text

data-structures-algorithms-in-go's People

Contributors

hemant-jain-author avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.