Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Pattern conserving data structure and algorithms for computations on dendritic trees.

W P Ireland1

  • 1Atlantic Veterinary College, University of Prince Edward Island, Charlottetown, Canada.

Computers and Biomedical Research, an International Journal
|February 1, 1989
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

The effects of acute temperature change on smooth muscle contractility of rainbow trout (Oncorhynchus mykiss Walbaum) intestine.

Fish physiology and biochemistry·2013
Same author

Changes in smooth muscle contractility of rainbow trout (Oncorhynchus mykiss Walbaum) intestine during acclimation to altered temperature.

Fish physiology and biochemistry·2013
Same author

Effects of modulatory agents on neurally-mediated responses of trout intestinal smooth musclein vitro.

Fish physiology and biochemistry·2013
Same author

Ultrastructural changes in the lungs of neonatal rats intratracheally inoculated with meconium.

Histology and histopathology·2003
Same author

Microscopic changes induced by the intratracheal inoculation of amniotic fluid and meconium in the lung of neonatal rats.

Histology and histopathology·2002
Same author

Measuring sphere-like structures using transrectal ultrasonography.

Veterinary radiology & ultrasound : the official journal of the American College of Veterinary Radiology and the International Veterinary Radiology Association·2000
Same journal

Wavelet domain nonlinear filtering for evoked potential signal enhancement.

Computers and biomedical research, an international journal·2001
Same journal

Time-frequency analysis of the RT and RR variability to stratify hypertrophic cardiomyopathy patients.

Computers and biomedical research, an international journal·2001
Same journal

Controlled auxotonic twitch in papillary muscle: a new computer-based control approach.

Computers and biomedical research, an international journal·2001
Same journal

Controlling for chance agreement in the validation of medical expert systems with no gold standard: PNEUMON-IA and RENOIR revisited.

Computers and biomedical research, an international journal·2001
Same journal

Artificial neural networks compared to factor analysis for low-dimensional classification of high-dimensional body fat topography data of healthy and diabetic subjects.

Computers and biomedical research, an international journal·2000
Same journal

On the parallelization of linkmap from the LINKAGE/FASTLINK package.

Computers and biomedical research, an international journal·2000
See all related articles

A linked list data structure efficiently stores neuronal dendritic trees. Algorithms are presented for building lists, graphing trees, and ordering trees, with stacks as an alternative.

Area of Science:

  • Neuroscience
  • Computer Science
  • Data Structures

Background:

  • Neuronal dendritic trees are complex structures requiring efficient data storage.
  • Traditional methods may not adequately represent the intricate branching patterns of dendrites.

Purpose of the Study:

  • To introduce a pattern-conserving data structure for neuronal dendritic trees.
  • To describe algorithms for manipulating and analyzing these structures.

Main Methods:

  • Implementation of a linked list data structure in BASIC language.
  • Development of algorithms for linked list construction.
  • Adaptation of algorithms for graphing dendritic trees and tarry ordering.

Main Results:

Related Experiment Videos

  • A functional linked list algorithm for representing neuronal dendritic trees.
  • Demonstrated modifications for graphing and ordering tree structures.
  • Consideration of the last-in-first-out stack as an alternative data structure.
  • Conclusions:

    • Linked lists provide an effective data structure for neuronal dendritic trees.
    • The presented algorithms offer versatile tools for computational neuroscience.
    • Further exploration of alternative data structures like stacks is warranted.