- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
Computer algorithms and data structures
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
The "Computer algorithms and data structures" handbook is a short, standard, typical for all faculties of informatics at the technical university lecture on computer algorithms. After a brief introduction to issues related to the design of algorithms are discussed in turn: computational complexity, sorting algorithms, pattern search algorithms, graph algorithms and dictionaries. The book is intended for students of the Faculty of Electronics and Information Technology of the Warsaw University of Technology and is adapted to the current program.
Table of Contents
Preface
List of markings
1. INTRODUCTION
1.1. Algorithm, analysis and design of algorithms
1.2. Computational complexity of the algorithm - basic concepts
1.3. Ways of describing algorithms
1.4. Asymptotic entries
1.5. Elementary data structures
1.6. Recursion and algorithm design methods
1.7. Recursive equations
1.8. Probabilistic algorithms
2. CLASSES FOR COMPLEXITY OF ALGORITHMS AND NP-COMPLETE
2.1. Theory of computational complexity
2.2. Calculation problems
2.3. Decision problems
2.4. Classes of complexity
2.5. Classes of complexity of probabilistic algorithms
3. SORTING ALGORITHMS
3.1. Sorting problem
3.2. Bubble sorting (bubblesort)
3.3. Modified bubbleort (modified bubbleort)
3.4. Sorting by insertion (insertionsort)
3.5. Sorting by selection (selectionsort)
3.6. Sorting by merging (mergesort)
3.7. Sorting by hams (heapsort)
3.8. Quick sorting (quicksort)
3.9. Fast algorithms for determining the k-th element as to the value in the sequence
3.10. Linear sorting algorithms (countsort, radixsort, bucketsort)
3.11. External sorting
3.12. Sorting networks
4. SEARCH ALGORITHMS
4.1. The pattern search problem
4.2. Naive algorithm for pattern search
4.3. The Rabbin-Karp algorithm
4.4. A pattern search algorithm using a finite state machine
4.5. Knuth-Morris-Pratt algorithm
5. GRAPHIC ALGORITHMS
5.1. Introduction
5.2. Searching the graph in breadth
5.3. Graph searching in depth
5.4. Weighted graphs directed. The problem of the shortest path with one source
6. DICTIONARIES AND OPERATIONS ON DICTIONARIES
6.1. Introduction
6.2. Dictionary algorithms with linear complexity
6.3. Algorithms using a linearly ordered dictionary implemented in arrays
6.4. Dictionary implemented in the binary search tree
6.5. A linearly arranged dictionary implemented in key-indexed tables
6.6. A linearly arranged dictionary implemented in hash tables
Literature
Other products in the same category (16)
No product available!
No product available!
No product available!
No product available!
No product available!
No product available!
PCB board and programmed system for the temperature indicator for the central heating furnace. AVT1830 A +
No product available!
Assembled universal time relay with SKEDD connector. AVT5610 C
No product available!
No product available!
LCD 2x16, 81.6x36mm, 1-LED ECO backlight (WHITE), additional ZIF connector, FSTN ext. temp.
No product available!
No product available!
5dB antenna for the Banana Pi R1 router in the version with 300Mps wifi and five LAN 100/1000 ports.
No product available!
PCB for MKP - control and measurement module with USB interface. AVT5425 A
No product available!
No product available!
No product available!
No product available!