Giter Club home page Giter Club logo

topic-clarification-in-go's Introduction

Topic Clarification in GoLang (ID: Dasar Algoritma Pemrograman)

Awesome

This project was created to fulfill a large assignment in an algorithm and data structure course. Where is our job to make medical data that is based on multiple lists. This project is carried out by two people to complete a program.

  • searching1.go: File editing in Visual Studio Code.

Developed By

Sultan Kautsar - 1303194010 - Sultan Kautsar
Bagas Alfito Prismawan - 1303193027 - Bagas Mahier

Getting Started

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. Download Go. Binary distributions available for. Linux, macOS, Windows, and more.

Prerequisites

Should at least be able to understand one of the Go programming languages. and little knowledge about data structures to understand this project

package main

import (
	"fmt"
	"strings"
)

const xxx = 1000

type (
	arrs []string
	arrx [xxx]string
)

Installing

For Manual installing see here: https://golang.org/doc/install

Running the tests

/*
File name	: searching1.go
Created		: 16 November - 29 November, 2019 @ 24.30
Author		: Sultan Kautsar & Bagas Alfito Prismawan
Student ID	: 1303194010 & 1303193027
Made for	: Tugas Besar Dasar Algoritma Pemrograman.
Description	: Program Klasifikasi Topik dari sebuah Teks.
*/

/*
AUTHOR 1 : BAGAS ALFITO PRISMAWAN (1303193027)
AUTHOR 2 : SULTAN KAUTSAR (1303194010)
*/

Break down into end to end tests

To compile and run a simple program, first choose a module path (we'll use example.com/user/hello) and create a go.mod file that declares it:

$ mkdir hello # Alternatively, clone it if it already exists in version control.
$ cd hello
$ go mod init example.com/user/hello
go: creating new go.mod: module example.com/user/hello
$ cat go.mod
module example.com/user/hello

go 1.14
$

The first statement in a Go source file must be package name. Executable commands must always use package main.

Next, create a file named hello.go inside that directory containing the following Go code:

package main

import "fmt"

func main() {
	fmt.Println("Hello, world.")
}

Now you can build and install that program with the go tool:

$ go install example.com/user/hello
$

This command builds the hello command, producing an executable binary. It then installs that binary as $HOME/go/bin/hello (or, under Windows, %USERPROFILE%\go\bin\hello.exe).

Deployment Functionality

  • Topic Clarification only. (no error) +choose 1.
  • Topic Clarification with datateks1.in. (no error) +choose 2.

Built With

Versioning

We use GitBash for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Level: (5/5) - Hard.
  • this program is completely done.

topic-clarification-in-go's People

Contributors

bydzen avatar

Stargazers

 avatar  avatar  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.