Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Eggdoc
Light Logo Dark Logo
  • Curiosity
    • Travelling salesman problem
    • Game of life
      • n = 3, \(uniq_{count}\) = 51
    • N-Queens with SAT Solver
    • Peaceable Armies of Queens
      • n = 4, count = 112
      • n = 5, count = 18
      • n = 6, count = 560
      • n = 7, count = 304
  • Dev
    • Tooling for analyze forensic
    • App configuration
    • Call function in C
    • Debugging with GDB
    • Getting started - Apache Kafka
    • Metaheuristic Solver Architecture
    • NASM - Hello, World
    • Profiling tools
    • Pyplot snippet
    • Regular expression
    • Reverse engineering
    • Shellcode for windows
  • SysAdmin
    • Data management
      • Backup and integrity
      • Software raid - mdadm
      • zpool setup
    • Shell
      • Monitoring tools
      • Lab of network - netkit
      • Tmux
    • chroot jail
    • Firefox configuration
    • Initramfs mode
    • Containers with LXC
    • nginx
    • Server config
    • Tools
    • Workstation config
Back to top

Curiosity¶

  • Travelling salesman problem
  • Game of life
    • n = 3, \(uniq_{count}\) = 51
  • N-Queens with SAT Solver
  • Peaceable Armies of Queens
    • n = 4, count = 112
    • n = 5, count = 18
    • n = 6, count = 560
    • n = 7, count = 304

Refs¶

  • Project Euler

  • Encyclopedia of Integer Sequences

Next
Travelling salesman problem
Previous
Home
Copyright © 2010-2023, Jxtopher
Made with Furo
On this page
  • Curiosity
    • Refs