Giter Club home page Giter Club logo

matrix

Esa Kian's Projects

8queens icon 8queens

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. For example, following is a solution for 4 Queen problem. The expected output is a binary matrix which has 1s for the blocks where queens are placed.

a_star icon a_star

In computer science, A* (pronounced as "A star") is a computer algorithm that is widely used in pathfinding and graph traversal, which is the process of plotting an efficiently directed path between multiple points, called "nodes". It enjoys widespread use due to its performance and accuracy. However, in practical travel-routing systems, it is generally outperformed by algorithms which can pre-process the graph to attain better performance,[1] although other work has found A* to be superior to other approaches.[2] Peter Hart, Nils Nilsson and Bertram Raphael of Stanford Research Institute (now SRI International) first published the algorithm in 1968.[3] It is an extension of Edsger Dijkstra's 1959 algorithm. A* achieves better performance by using heuristics to guide its search.

adsys icon adsys

Active Directory bridging tool suite

air icon air

☁️ Live reload for Go apps

algogo icon algogo

Here I implement and share algorithms and programming problems in Go language

algos icon algos

Implemented Algorithms using Python

alist icon alist

🗂️A file list program that supports multiple storage, powered by Gin and Solidjs. / 一个支持多存储的文件列表程序,使用 Gin 和 Solidjs。

all-in-one icon all-in-one

Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

apriori icon apriori

Apriori is an algorithm for frequent item set mining and association rule learning over transactional databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis.

awesome-go icon awesome-go

A curated list of awesome Go frameworks, libraries and software

bitcoin icon bitcoin

Bitcoin Core integration/staging tree

bookstack icon bookstack

A platform to create documentation/wiki content built with PHP & Laravel

british-council-grammar-pwa icon british-council-grammar-pwa

LearnEnglish Grammar is a free grammar practice app designed to help improve English grammar accuracy. The app offers 1000s of questions to help practise and reinforce your English grammar skills.

caddy icon caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

carbon icon carbon

A simple, semantic and developer-friendly golang package for datetime

cli icon cli

A simple, fast, and fun package for building command line apps in Go

cloudflarespeedtest icon cloudflarespeedtest

🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4 / IPv6)!另外也支持其他 CDN / 网站 IP ~

cobra icon cobra

A Commander for modern Go CLI interactions

colly icon colly

Elegant Scraper and Crawler Framework for Golang

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.